You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
1449 lines
57 KiB
Go
1449 lines
57 KiB
Go
// Code generated by protoc-gen-go.
|
|
// source: dota_gcmessages_client_watch.proto
|
|
// DO NOT EDIT!
|
|
|
|
package dota
|
|
|
|
import proto "github.com/golang/protobuf/proto"
|
|
import fmt "fmt"
|
|
import math "math"
|
|
|
|
// Reference imports to suppress errors if they are not otherwise used.
|
|
var _ = proto.Marshal
|
|
var _ = fmt.Errorf
|
|
var _ = math.Inf
|
|
|
|
type CMsgWatchGameResponse_WatchGameResult int32
|
|
|
|
const (
|
|
CMsgWatchGameResponse_PENDING CMsgWatchGameResponse_WatchGameResult = 0
|
|
CMsgWatchGameResponse_READY CMsgWatchGameResponse_WatchGameResult = 1
|
|
CMsgWatchGameResponse_GAMESERVERNOTFOUND CMsgWatchGameResponse_WatchGameResult = 2
|
|
CMsgWatchGameResponse_UNAVAILABLE CMsgWatchGameResponse_WatchGameResult = 3
|
|
CMsgWatchGameResponse_CANCELLED CMsgWatchGameResponse_WatchGameResult = 4
|
|
CMsgWatchGameResponse_INCOMPATIBLEVERSION CMsgWatchGameResponse_WatchGameResult = 5
|
|
CMsgWatchGameResponse_MISSINGLEAGUESUBSCRIPTION CMsgWatchGameResponse_WatchGameResult = 6
|
|
CMsgWatchGameResponse_LOBBYNOTFOUND CMsgWatchGameResponse_WatchGameResult = 7
|
|
)
|
|
|
|
var CMsgWatchGameResponse_WatchGameResult_name = map[int32]string{
|
|
0: "PENDING",
|
|
1: "READY",
|
|
2: "GAMESERVERNOTFOUND",
|
|
3: "UNAVAILABLE",
|
|
4: "CANCELLED",
|
|
5: "INCOMPATIBLEVERSION",
|
|
6: "MISSINGLEAGUESUBSCRIPTION",
|
|
7: "LOBBYNOTFOUND",
|
|
}
|
|
var CMsgWatchGameResponse_WatchGameResult_value = map[string]int32{
|
|
"PENDING": 0,
|
|
"READY": 1,
|
|
"GAMESERVERNOTFOUND": 2,
|
|
"UNAVAILABLE": 3,
|
|
"CANCELLED": 4,
|
|
"INCOMPATIBLEVERSION": 5,
|
|
"MISSINGLEAGUESUBSCRIPTION": 6,
|
|
"LOBBYNOTFOUND": 7,
|
|
}
|
|
|
|
func (x CMsgWatchGameResponse_WatchGameResult) Enum() *CMsgWatchGameResponse_WatchGameResult {
|
|
p := new(CMsgWatchGameResponse_WatchGameResult)
|
|
*p = x
|
|
return p
|
|
}
|
|
func (x CMsgWatchGameResponse_WatchGameResult) String() string {
|
|
return proto.EnumName(CMsgWatchGameResponse_WatchGameResult_name, int32(x))
|
|
}
|
|
func (x *CMsgWatchGameResponse_WatchGameResult) UnmarshalJSON(data []byte) error {
|
|
value, err := proto.UnmarshalJSONEnum(CMsgWatchGameResponse_WatchGameResult_value, data, "CMsgWatchGameResponse_WatchGameResult")
|
|
if err != nil {
|
|
return err
|
|
}
|
|
*x = CMsgWatchGameResponse_WatchGameResult(value)
|
|
return nil
|
|
}
|
|
func (CMsgWatchGameResponse_WatchGameResult) EnumDescriptor() ([]byte, []int) {
|
|
return fileDescriptor16, []int{18, 0}
|
|
}
|
|
|
|
type CSourceTVGameSmall struct {
|
|
ActivateTime *uint32 `protobuf:"varint,1,opt,name=activate_time" json:"activate_time,omitempty"`
|
|
DeactivateTime *uint32 `protobuf:"varint,2,opt,name=deactivate_time" json:"deactivate_time,omitempty"`
|
|
ServerSteamId *uint64 `protobuf:"varint,3,opt,name=server_steam_id" json:"server_steam_id,omitempty"`
|
|
LobbyId *uint64 `protobuf:"varint,4,opt,name=lobby_id" json:"lobby_id,omitempty"`
|
|
LeagueId *uint32 `protobuf:"varint,5,opt,name=league_id" json:"league_id,omitempty"`
|
|
LobbyType *uint32 `protobuf:"varint,6,opt,name=lobby_type" json:"lobby_type,omitempty"`
|
|
GameTime *int32 `protobuf:"varint,7,opt,name=game_time" json:"game_time,omitempty"`
|
|
Delay *uint32 `protobuf:"varint,8,opt,name=delay" json:"delay,omitempty"`
|
|
Spectators *uint32 `protobuf:"varint,9,opt,name=spectators" json:"spectators,omitempty"`
|
|
GameMode *uint32 `protobuf:"varint,10,opt,name=game_mode" json:"game_mode,omitempty"`
|
|
AverageMmr *uint32 `protobuf:"varint,11,opt,name=average_mmr" json:"average_mmr,omitempty"`
|
|
TeamNameRadiant *string `protobuf:"bytes,15,opt,name=team_name_radiant" json:"team_name_radiant,omitempty"`
|
|
TeamNameDire *string `protobuf:"bytes,16,opt,name=team_name_dire" json:"team_name_dire,omitempty"`
|
|
TeamLogoRadiant *uint64 `protobuf:"fixed64,24,opt,name=team_logo_radiant" json:"team_logo_radiant,omitempty"`
|
|
TeamLogoDire *uint64 `protobuf:"fixed64,25,opt,name=team_logo_dire" json:"team_logo_dire,omitempty"`
|
|
SortScore *uint32 `protobuf:"varint,17,opt,name=sort_score" json:"sort_score,omitempty"`
|
|
LastUpdateTime *float32 `protobuf:"fixed32,18,opt,name=last_update_time" json:"last_update_time,omitempty"`
|
|
RadiantLead *int32 `protobuf:"varint,19,opt,name=radiant_lead" json:"radiant_lead,omitempty"`
|
|
RadiantScore *uint32 `protobuf:"varint,20,opt,name=radiant_score" json:"radiant_score,omitempty"`
|
|
DireScore *uint32 `protobuf:"varint,21,opt,name=dire_score" json:"dire_score,omitempty"`
|
|
Players []*CSourceTVGameSmall_Player `protobuf:"bytes,22,rep,name=players" json:"players,omitempty"`
|
|
BuildingState *uint32 `protobuf:"fixed32,23,opt,name=building_state" json:"building_state,omitempty"`
|
|
WeekendTourneyTournamentId *uint32 `protobuf:"varint,26,opt,name=weekend_tourney_tournament_id" json:"weekend_tourney_tournament_id,omitempty"`
|
|
WeekendTourneyDivision *uint32 `protobuf:"varint,27,opt,name=weekend_tourney_division" json:"weekend_tourney_division,omitempty"`
|
|
WeekendTourneySkillLevel *uint32 `protobuf:"varint,28,opt,name=weekend_tourney_skill_level" json:"weekend_tourney_skill_level,omitempty"`
|
|
WeekendTourneyBracketRound *uint32 `protobuf:"varint,29,opt,name=weekend_tourney_bracket_round" json:"weekend_tourney_bracket_round,omitempty"`
|
|
XXX_unrecognized []byte `json:"-"`
|
|
}
|
|
|
|
func (m *CSourceTVGameSmall) Reset() { *m = CSourceTVGameSmall{} }
|
|
func (m *CSourceTVGameSmall) String() string { return proto.CompactTextString(m) }
|
|
func (*CSourceTVGameSmall) ProtoMessage() {}
|
|
func (*CSourceTVGameSmall) Descriptor() ([]byte, []int) { return fileDescriptor16, []int{0} }
|
|
|
|
func (m *CSourceTVGameSmall) GetActivateTime() uint32 {
|
|
if m != nil && m.ActivateTime != nil {
|
|
return *m.ActivateTime
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (m *CSourceTVGameSmall) GetDeactivateTime() uint32 {
|
|
if m != nil && m.DeactivateTime != nil {
|
|
return *m.DeactivateTime
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (m *CSourceTVGameSmall) GetServerSteamId() uint64 {
|
|
if m != nil && m.ServerSteamId != nil {
|
|
return *m.ServerSteamId
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (m *CSourceTVGameSmall) GetLobbyId() uint64 {
|
|
if m != nil && m.LobbyId != nil {
|
|
return *m.LobbyId
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (m *CSourceTVGameSmall) GetLeagueId() uint32 {
|
|
if m != nil && m.LeagueId != nil {
|
|
return *m.LeagueId
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (m *CSourceTVGameSmall) GetLobbyType() uint32 {
|
|
if m != nil && m.LobbyType != nil {
|
|
return *m.LobbyType
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (m *CSourceTVGameSmall) GetGameTime() int32 {
|
|
if m != nil && m.GameTime != nil {
|
|
return *m.GameTime
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (m *CSourceTVGameSmall) GetDelay() uint32 {
|
|
if m != nil && m.Delay != nil {
|
|
return *m.Delay
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (m *CSourceTVGameSmall) GetSpectators() uint32 {
|
|
if m != nil && m.Spectators != nil {
|
|
return *m.Spectators
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (m *CSourceTVGameSmall) GetGameMode() uint32 {
|
|
if m != nil && m.GameMode != nil {
|
|
return *m.GameMode
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (m *CSourceTVGameSmall) GetAverageMmr() uint32 {
|
|
if m != nil && m.AverageMmr != nil {
|
|
return *m.AverageMmr
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (m *CSourceTVGameSmall) GetTeamNameRadiant() string {
|
|
if m != nil && m.TeamNameRadiant != nil {
|
|
return *m.TeamNameRadiant
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (m *CSourceTVGameSmall) GetTeamNameDire() string {
|
|
if m != nil && m.TeamNameDire != nil {
|
|
return *m.TeamNameDire
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (m *CSourceTVGameSmall) GetTeamLogoRadiant() uint64 {
|
|
if m != nil && m.TeamLogoRadiant != nil {
|
|
return *m.TeamLogoRadiant
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (m *CSourceTVGameSmall) GetTeamLogoDire() uint64 {
|
|
if m != nil && m.TeamLogoDire != nil {
|
|
return *m.TeamLogoDire
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (m *CSourceTVGameSmall) GetSortScore() uint32 {
|
|
if m != nil && m.SortScore != nil {
|
|
return *m.SortScore
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (m *CSourceTVGameSmall) GetLastUpdateTime() float32 {
|
|
if m != nil && m.LastUpdateTime != nil {
|
|
return *m.LastUpdateTime
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (m *CSourceTVGameSmall) GetRadiantLead() int32 {
|
|
if m != nil && m.RadiantLead != nil {
|
|
return *m.RadiantLead
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (m *CSourceTVGameSmall) GetRadiantScore() uint32 {
|
|
if m != nil && m.RadiantScore != nil {
|
|
return *m.RadiantScore
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (m *CSourceTVGameSmall) GetDireScore() uint32 {
|
|
if m != nil && m.DireScore != nil {
|
|
return *m.DireScore
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (m *CSourceTVGameSmall) GetPlayers() []*CSourceTVGameSmall_Player {
|
|
if m != nil {
|
|
return m.Players
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (m *CSourceTVGameSmall) GetBuildingState() uint32 {
|
|
if m != nil && m.BuildingState != nil {
|
|
return *m.BuildingState
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (m *CSourceTVGameSmall) GetWeekendTourneyTournamentId() uint32 {
|
|
if m != nil && m.WeekendTourneyTournamentId != nil {
|
|
return *m.WeekendTourneyTournamentId
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (m *CSourceTVGameSmall) GetWeekendTourneyDivision() uint32 {
|
|
if m != nil && m.WeekendTourneyDivision != nil {
|
|
return *m.WeekendTourneyDivision
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (m *CSourceTVGameSmall) GetWeekendTourneySkillLevel() uint32 {
|
|
if m != nil && m.WeekendTourneySkillLevel != nil {
|
|
return *m.WeekendTourneySkillLevel
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (m *CSourceTVGameSmall) GetWeekendTourneyBracketRound() uint32 {
|
|
if m != nil && m.WeekendTourneyBracketRound != nil {
|
|
return *m.WeekendTourneyBracketRound
|
|
}
|
|
return 0
|
|
}
|
|
|
|
type CSourceTVGameSmall_Player struct {
|
|
AccountId *uint32 `protobuf:"varint,1,opt,name=account_id" json:"account_id,omitempty"`
|
|
HeroId *uint32 `protobuf:"varint,2,opt,name=hero_id" json:"hero_id,omitempty"`
|
|
XXX_unrecognized []byte `json:"-"`
|
|
}
|
|
|
|
func (m *CSourceTVGameSmall_Player) Reset() { *m = CSourceTVGameSmall_Player{} }
|
|
func (m *CSourceTVGameSmall_Player) String() string { return proto.CompactTextString(m) }
|
|
func (*CSourceTVGameSmall_Player) ProtoMessage() {}
|
|
func (*CSourceTVGameSmall_Player) Descriptor() ([]byte, []int) { return fileDescriptor16, []int{0, 0} }
|
|
|
|
func (m *CSourceTVGameSmall_Player) GetAccountId() uint32 {
|
|
if m != nil && m.AccountId != nil {
|
|
return *m.AccountId
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (m *CSourceTVGameSmall_Player) GetHeroId() uint32 {
|
|
if m != nil && m.HeroId != nil {
|
|
return *m.HeroId
|
|
}
|
|
return 0
|
|
}
|
|
|
|
type CMsgClientToGCFindTopSourceTVGames struct {
|
|
SearchKey *string `protobuf:"bytes,1,opt,name=search_key" json:"search_key,omitempty"`
|
|
LeagueId *uint32 `protobuf:"varint,2,opt,name=league_id" json:"league_id,omitempty"`
|
|
HeroId *uint32 `protobuf:"varint,3,opt,name=hero_id" json:"hero_id,omitempty"`
|
|
StartGame *uint32 `protobuf:"varint,4,opt,name=start_game" json:"start_game,omitempty"`
|
|
GameListIndex *uint32 `protobuf:"varint,5,opt,name=game_list_index" json:"game_list_index,omitempty"`
|
|
LobbyIds []uint64 `protobuf:"varint,6,rep,name=lobby_ids" json:"lobby_ids,omitempty"`
|
|
XXX_unrecognized []byte `json:"-"`
|
|
}
|
|
|
|
func (m *CMsgClientToGCFindTopSourceTVGames) Reset() { *m = CMsgClientToGCFindTopSourceTVGames{} }
|
|
func (m *CMsgClientToGCFindTopSourceTVGames) String() string { return proto.CompactTextString(m) }
|
|
func (*CMsgClientToGCFindTopSourceTVGames) ProtoMessage() {}
|
|
func (*CMsgClientToGCFindTopSourceTVGames) Descriptor() ([]byte, []int) {
|
|
return fileDescriptor16, []int{1}
|
|
}
|
|
|
|
func (m *CMsgClientToGCFindTopSourceTVGames) GetSearchKey() string {
|
|
if m != nil && m.SearchKey != nil {
|
|
return *m.SearchKey
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (m *CMsgClientToGCFindTopSourceTVGames) GetLeagueId() uint32 {
|
|
if m != nil && m.LeagueId != nil {
|
|
return *m.LeagueId
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (m *CMsgClientToGCFindTopSourceTVGames) GetHeroId() uint32 {
|
|
if m != nil && m.HeroId != nil {
|
|
return *m.HeroId
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (m *CMsgClientToGCFindTopSourceTVGames) GetStartGame() uint32 {
|
|
if m != nil && m.StartGame != nil {
|
|
return *m.StartGame
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (m *CMsgClientToGCFindTopSourceTVGames) GetGameListIndex() uint32 {
|
|
if m != nil && m.GameListIndex != nil {
|
|
return *m.GameListIndex
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (m *CMsgClientToGCFindTopSourceTVGames) GetLobbyIds() []uint64 {
|
|
if m != nil {
|
|
return m.LobbyIds
|
|
}
|
|
return nil
|
|
}
|
|
|
|
type CMsgGCToClientFindTopSourceTVGamesResponse struct {
|
|
SearchKey *string `protobuf:"bytes,1,opt,name=search_key" json:"search_key,omitempty"`
|
|
LeagueId *uint32 `protobuf:"varint,2,opt,name=league_id" json:"league_id,omitempty"`
|
|
HeroId *uint32 `protobuf:"varint,3,opt,name=hero_id" json:"hero_id,omitempty"`
|
|
StartGame *uint32 `protobuf:"varint,4,opt,name=start_game" json:"start_game,omitempty"`
|
|
NumGames *uint32 `protobuf:"varint,5,opt,name=num_games" json:"num_games,omitempty"`
|
|
GameListIndex *uint32 `protobuf:"varint,6,opt,name=game_list_index" json:"game_list_index,omitempty"`
|
|
GameList []*CSourceTVGameSmall `protobuf:"bytes,7,rep,name=game_list" json:"game_list,omitempty"`
|
|
SpecificGames *bool `protobuf:"varint,8,opt,name=specific_games" json:"specific_games,omitempty"`
|
|
XXX_unrecognized []byte `json:"-"`
|
|
}
|
|
|
|
func (m *CMsgGCToClientFindTopSourceTVGamesResponse) Reset() {
|
|
*m = CMsgGCToClientFindTopSourceTVGamesResponse{}
|
|
}
|
|
func (m *CMsgGCToClientFindTopSourceTVGamesResponse) String() string {
|
|
return proto.CompactTextString(m)
|
|
}
|
|
func (*CMsgGCToClientFindTopSourceTVGamesResponse) ProtoMessage() {}
|
|
func (*CMsgGCToClientFindTopSourceTVGamesResponse) Descriptor() ([]byte, []int) {
|
|
return fileDescriptor16, []int{2}
|
|
}
|
|
|
|
func (m *CMsgGCToClientFindTopSourceTVGamesResponse) GetSearchKey() string {
|
|
if m != nil && m.SearchKey != nil {
|
|
return *m.SearchKey
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (m *CMsgGCToClientFindTopSourceTVGamesResponse) GetLeagueId() uint32 {
|
|
if m != nil && m.LeagueId != nil {
|
|
return *m.LeagueId
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (m *CMsgGCToClientFindTopSourceTVGamesResponse) GetHeroId() uint32 {
|
|
if m != nil && m.HeroId != nil {
|
|
return *m.HeroId
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (m *CMsgGCToClientFindTopSourceTVGamesResponse) GetStartGame() uint32 {
|
|
if m != nil && m.StartGame != nil {
|
|
return *m.StartGame
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (m *CMsgGCToClientFindTopSourceTVGamesResponse) GetNumGames() uint32 {
|
|
if m != nil && m.NumGames != nil {
|
|
return *m.NumGames
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (m *CMsgGCToClientFindTopSourceTVGamesResponse) GetGameListIndex() uint32 {
|
|
if m != nil && m.GameListIndex != nil {
|
|
return *m.GameListIndex
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (m *CMsgGCToClientFindTopSourceTVGamesResponse) GetGameList() []*CSourceTVGameSmall {
|
|
if m != nil {
|
|
return m.GameList
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (m *CMsgGCToClientFindTopSourceTVGamesResponse) GetSpecificGames() bool {
|
|
if m != nil && m.SpecificGames != nil {
|
|
return *m.SpecificGames
|
|
}
|
|
return false
|
|
}
|
|
|
|
type CMsgClientToGCTopMatchesRequest struct {
|
|
HeroId *uint32 `protobuf:"varint,1,opt,name=hero_id" json:"hero_id,omitempty"`
|
|
PlayerAccountId *uint32 `protobuf:"varint,2,opt,name=player_account_id" json:"player_account_id,omitempty"`
|
|
TeamId *uint32 `protobuf:"varint,3,opt,name=team_id" json:"team_id,omitempty"`
|
|
XXX_unrecognized []byte `json:"-"`
|
|
}
|
|
|
|
func (m *CMsgClientToGCTopMatchesRequest) Reset() { *m = CMsgClientToGCTopMatchesRequest{} }
|
|
func (m *CMsgClientToGCTopMatchesRequest) String() string { return proto.CompactTextString(m) }
|
|
func (*CMsgClientToGCTopMatchesRequest) ProtoMessage() {}
|
|
func (*CMsgClientToGCTopMatchesRequest) Descriptor() ([]byte, []int) {
|
|
return fileDescriptor16, []int{3}
|
|
}
|
|
|
|
func (m *CMsgClientToGCTopMatchesRequest) GetHeroId() uint32 {
|
|
if m != nil && m.HeroId != nil {
|
|
return *m.HeroId
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (m *CMsgClientToGCTopMatchesRequest) GetPlayerAccountId() uint32 {
|
|
if m != nil && m.PlayerAccountId != nil {
|
|
return *m.PlayerAccountId
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (m *CMsgClientToGCTopMatchesRequest) GetTeamId() uint32 {
|
|
if m != nil && m.TeamId != nil {
|
|
return *m.TeamId
|
|
}
|
|
return 0
|
|
}
|
|
|
|
type CMsgClientToGCTopLeagueMatchesRequest struct {
|
|
XXX_unrecognized []byte `json:"-"`
|
|
}
|
|
|
|
func (m *CMsgClientToGCTopLeagueMatchesRequest) Reset() { *m = CMsgClientToGCTopLeagueMatchesRequest{} }
|
|
func (m *CMsgClientToGCTopLeagueMatchesRequest) String() string { return proto.CompactTextString(m) }
|
|
func (*CMsgClientToGCTopLeagueMatchesRequest) ProtoMessage() {}
|
|
func (*CMsgClientToGCTopLeagueMatchesRequest) Descriptor() ([]byte, []int) {
|
|
return fileDescriptor16, []int{4}
|
|
}
|
|
|
|
type CMsgClientToGCTopFriendMatchesRequest struct {
|
|
XXX_unrecognized []byte `json:"-"`
|
|
}
|
|
|
|
func (m *CMsgClientToGCTopFriendMatchesRequest) Reset() { *m = CMsgClientToGCTopFriendMatchesRequest{} }
|
|
func (m *CMsgClientToGCTopFriendMatchesRequest) String() string { return proto.CompactTextString(m) }
|
|
func (*CMsgClientToGCTopFriendMatchesRequest) ProtoMessage() {}
|
|
func (*CMsgClientToGCTopFriendMatchesRequest) Descriptor() ([]byte, []int) {
|
|
return fileDescriptor16, []int{5}
|
|
}
|
|
|
|
type CMsgClientToGCMatchesMinimalRequest struct {
|
|
MatchIds []uint64 `protobuf:"varint,1,rep,name=match_ids" json:"match_ids,omitempty"`
|
|
XXX_unrecognized []byte `json:"-"`
|
|
}
|
|
|
|
func (m *CMsgClientToGCMatchesMinimalRequest) Reset() { *m = CMsgClientToGCMatchesMinimalRequest{} }
|
|
func (m *CMsgClientToGCMatchesMinimalRequest) String() string { return proto.CompactTextString(m) }
|
|
func (*CMsgClientToGCMatchesMinimalRequest) ProtoMessage() {}
|
|
func (*CMsgClientToGCMatchesMinimalRequest) Descriptor() ([]byte, []int) {
|
|
return fileDescriptor16, []int{6}
|
|
}
|
|
|
|
func (m *CMsgClientToGCMatchesMinimalRequest) GetMatchIds() []uint64 {
|
|
if m != nil {
|
|
return m.MatchIds
|
|
}
|
|
return nil
|
|
}
|
|
|
|
type CMsgClientToGCMatchesMinimalResponse struct {
|
|
Matches []*CMsgDOTAMatchMinimal `protobuf:"bytes,1,rep,name=matches" json:"matches,omitempty"`
|
|
LastMatch *bool `protobuf:"varint,2,opt,name=last_match" json:"last_match,omitempty"`
|
|
XXX_unrecognized []byte `json:"-"`
|
|
}
|
|
|
|
func (m *CMsgClientToGCMatchesMinimalResponse) Reset() { *m = CMsgClientToGCMatchesMinimalResponse{} }
|
|
func (m *CMsgClientToGCMatchesMinimalResponse) String() string { return proto.CompactTextString(m) }
|
|
func (*CMsgClientToGCMatchesMinimalResponse) ProtoMessage() {}
|
|
func (*CMsgClientToGCMatchesMinimalResponse) Descriptor() ([]byte, []int) {
|
|
return fileDescriptor16, []int{7}
|
|
}
|
|
|
|
func (m *CMsgClientToGCMatchesMinimalResponse) GetMatches() []*CMsgDOTAMatchMinimal {
|
|
if m != nil {
|
|
return m.Matches
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (m *CMsgClientToGCMatchesMinimalResponse) GetLastMatch() bool {
|
|
if m != nil && m.LastMatch != nil {
|
|
return *m.LastMatch
|
|
}
|
|
return false
|
|
}
|
|
|
|
type CMsgGCToClientTopLeagueMatchesResponse struct {
|
|
Matches []*CMsgDOTAMatchMinimal `protobuf:"bytes,2,rep,name=matches" json:"matches,omitempty"`
|
|
XXX_unrecognized []byte `json:"-"`
|
|
}
|
|
|
|
func (m *CMsgGCToClientTopLeagueMatchesResponse) Reset() {
|
|
*m = CMsgGCToClientTopLeagueMatchesResponse{}
|
|
}
|
|
func (m *CMsgGCToClientTopLeagueMatchesResponse) String() string { return proto.CompactTextString(m) }
|
|
func (*CMsgGCToClientTopLeagueMatchesResponse) ProtoMessage() {}
|
|
func (*CMsgGCToClientTopLeagueMatchesResponse) Descriptor() ([]byte, []int) {
|
|
return fileDescriptor16, []int{8}
|
|
}
|
|
|
|
func (m *CMsgGCToClientTopLeagueMatchesResponse) GetMatches() []*CMsgDOTAMatchMinimal {
|
|
if m != nil {
|
|
return m.Matches
|
|
}
|
|
return nil
|
|
}
|
|
|
|
type CMsgGCToClientTopFriendMatchesResponse struct {
|
|
Matches []*CMsgDOTAMatchMinimal `protobuf:"bytes,1,rep,name=matches" json:"matches,omitempty"`
|
|
XXX_unrecognized []byte `json:"-"`
|
|
}
|
|
|
|
func (m *CMsgGCToClientTopFriendMatchesResponse) Reset() {
|
|
*m = CMsgGCToClientTopFriendMatchesResponse{}
|
|
}
|
|
func (m *CMsgGCToClientTopFriendMatchesResponse) String() string { return proto.CompactTextString(m) }
|
|
func (*CMsgGCToClientTopFriendMatchesResponse) ProtoMessage() {}
|
|
func (*CMsgGCToClientTopFriendMatchesResponse) Descriptor() ([]byte, []int) {
|
|
return fileDescriptor16, []int{9}
|
|
}
|
|
|
|
func (m *CMsgGCToClientTopFriendMatchesResponse) GetMatches() []*CMsgDOTAMatchMinimal {
|
|
if m != nil {
|
|
return m.Matches
|
|
}
|
|
return nil
|
|
}
|
|
|
|
type CMsgClientToGCFindTopMatches struct {
|
|
StartGame *uint32 `protobuf:"varint,1,opt,name=start_game" json:"start_game,omitempty"`
|
|
LeagueId *uint32 `protobuf:"varint,2,opt,name=league_id" json:"league_id,omitempty"`
|
|
HeroId *uint32 `protobuf:"varint,3,opt,name=hero_id" json:"hero_id,omitempty"`
|
|
FriendId *uint32 `protobuf:"varint,4,opt,name=friend_id" json:"friend_id,omitempty"`
|
|
FriendList *bool `protobuf:"varint,5,opt,name=friend_list" json:"friend_list,omitempty"`
|
|
LeagueList *bool `protobuf:"varint,6,opt,name=league_list" json:"league_list,omitempty"`
|
|
XXX_unrecognized []byte `json:"-"`
|
|
}
|
|
|
|
func (m *CMsgClientToGCFindTopMatches) Reset() { *m = CMsgClientToGCFindTopMatches{} }
|
|
func (m *CMsgClientToGCFindTopMatches) String() string { return proto.CompactTextString(m) }
|
|
func (*CMsgClientToGCFindTopMatches) ProtoMessage() {}
|
|
func (*CMsgClientToGCFindTopMatches) Descriptor() ([]byte, []int) { return fileDescriptor16, []int{10} }
|
|
|
|
func (m *CMsgClientToGCFindTopMatches) GetStartGame() uint32 {
|
|
if m != nil && m.StartGame != nil {
|
|
return *m.StartGame
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (m *CMsgClientToGCFindTopMatches) GetLeagueId() uint32 {
|
|
if m != nil && m.LeagueId != nil {
|
|
return *m.LeagueId
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (m *CMsgClientToGCFindTopMatches) GetHeroId() uint32 {
|
|
if m != nil && m.HeroId != nil {
|
|
return *m.HeroId
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (m *CMsgClientToGCFindTopMatches) GetFriendId() uint32 {
|
|
if m != nil && m.FriendId != nil {
|
|
return *m.FriendId
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (m *CMsgClientToGCFindTopMatches) GetFriendList() bool {
|
|
if m != nil && m.FriendList != nil {
|
|
return *m.FriendList
|
|
}
|
|
return false
|
|
}
|
|
|
|
func (m *CMsgClientToGCFindTopMatches) GetLeagueList() bool {
|
|
if m != nil && m.LeagueList != nil {
|
|
return *m.LeagueList
|
|
}
|
|
return false
|
|
}
|
|
|
|
type CMsgGCToClientFindTopLeagueMatchesResponse struct {
|
|
StartGame *uint32 `protobuf:"varint,1,opt,name=start_game" json:"start_game,omitempty"`
|
|
LeagueId *uint32 `protobuf:"varint,2,opt,name=league_id" json:"league_id,omitempty"`
|
|
HeroId *uint32 `protobuf:"varint,3,opt,name=hero_id" json:"hero_id,omitempty"`
|
|
MatchIds []uint32 `protobuf:"varint,4,rep,name=match_ids" json:"match_ids,omitempty"`
|
|
Matches []*CMsgDOTAMatch `protobuf:"bytes,5,rep,name=matches" json:"matches,omitempty"`
|
|
XXX_unrecognized []byte `json:"-"`
|
|
}
|
|
|
|
func (m *CMsgGCToClientFindTopLeagueMatchesResponse) Reset() {
|
|
*m = CMsgGCToClientFindTopLeagueMatchesResponse{}
|
|
}
|
|
func (m *CMsgGCToClientFindTopLeagueMatchesResponse) String() string {
|
|
return proto.CompactTextString(m)
|
|
}
|
|
func (*CMsgGCToClientFindTopLeagueMatchesResponse) ProtoMessage() {}
|
|
func (*CMsgGCToClientFindTopLeagueMatchesResponse) Descriptor() ([]byte, []int) {
|
|
return fileDescriptor16, []int{11}
|
|
}
|
|
|
|
func (m *CMsgGCToClientFindTopLeagueMatchesResponse) GetStartGame() uint32 {
|
|
if m != nil && m.StartGame != nil {
|
|
return *m.StartGame
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (m *CMsgGCToClientFindTopLeagueMatchesResponse) GetLeagueId() uint32 {
|
|
if m != nil && m.LeagueId != nil {
|
|
return *m.LeagueId
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (m *CMsgGCToClientFindTopLeagueMatchesResponse) GetHeroId() uint32 {
|
|
if m != nil && m.HeroId != nil {
|
|
return *m.HeroId
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (m *CMsgGCToClientFindTopLeagueMatchesResponse) GetMatchIds() []uint32 {
|
|
if m != nil {
|
|
return m.MatchIds
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (m *CMsgGCToClientFindTopLeagueMatchesResponse) GetMatches() []*CMsgDOTAMatch {
|
|
if m != nil {
|
|
return m.Matches
|
|
}
|
|
return nil
|
|
}
|
|
|
|
type CMsgSpectateFriendGame struct {
|
|
SteamId *uint64 `protobuf:"fixed64,1,opt,name=steam_id" json:"steam_id,omitempty"`
|
|
XXX_unrecognized []byte `json:"-"`
|
|
}
|
|
|
|
func (m *CMsgSpectateFriendGame) Reset() { *m = CMsgSpectateFriendGame{} }
|
|
func (m *CMsgSpectateFriendGame) String() string { return proto.CompactTextString(m) }
|
|
func (*CMsgSpectateFriendGame) ProtoMessage() {}
|
|
func (*CMsgSpectateFriendGame) Descriptor() ([]byte, []int) { return fileDescriptor16, []int{12} }
|
|
|
|
func (m *CMsgSpectateFriendGame) GetSteamId() uint64 {
|
|
if m != nil && m.SteamId != nil {
|
|
return *m.SteamId
|
|
}
|
|
return 0
|
|
}
|
|
|
|
type CMsgSpectateFriendGameResponse struct {
|
|
ServerSteamid *uint64 `protobuf:"fixed64,4,opt,name=server_steamid" json:"server_steamid,omitempty"`
|
|
XXX_unrecognized []byte `json:"-"`
|
|
}
|
|
|
|
func (m *CMsgSpectateFriendGameResponse) Reset() { *m = CMsgSpectateFriendGameResponse{} }
|
|
func (m *CMsgSpectateFriendGameResponse) String() string { return proto.CompactTextString(m) }
|
|
func (*CMsgSpectateFriendGameResponse) ProtoMessage() {}
|
|
func (*CMsgSpectateFriendGameResponse) Descriptor() ([]byte, []int) {
|
|
return fileDescriptor16, []int{13}
|
|
}
|
|
|
|
func (m *CMsgSpectateFriendGameResponse) GetServerSteamid() uint64 {
|
|
if m != nil && m.ServerSteamid != nil {
|
|
return *m.ServerSteamid
|
|
}
|
|
return 0
|
|
}
|
|
|
|
type CMsgDOTAMatchMinimal struct {
|
|
MatchId *uint64 `protobuf:"varint,1,opt,name=match_id" json:"match_id,omitempty"`
|
|
StartTime *uint32 `protobuf:"fixed32,2,opt,name=start_time" json:"start_time,omitempty"`
|
|
Duration *uint32 `protobuf:"varint,3,opt,name=duration" json:"duration,omitempty"`
|
|
GameMode *DOTA_GameMode `protobuf:"varint,4,opt,name=game_mode,enum=dota.DOTA_GameMode,def=0" json:"game_mode,omitempty"`
|
|
Players []*CMsgDOTAMatchMinimal_Player `protobuf:"bytes,6,rep,name=players" json:"players,omitempty"`
|
|
Tourney *CMsgDOTAMatchMinimal_Tourney `protobuf:"bytes,7,opt,name=tourney" json:"tourney,omitempty"`
|
|
MatchOutcome *EMatchOutcome `protobuf:"varint,8,opt,name=match_outcome,enum=dota.EMatchOutcome,def=0" json:"match_outcome,omitempty"`
|
|
XXX_unrecognized []byte `json:"-"`
|
|
}
|
|
|
|
func (m *CMsgDOTAMatchMinimal) Reset() { *m = CMsgDOTAMatchMinimal{} }
|
|
func (m *CMsgDOTAMatchMinimal) String() string { return proto.CompactTextString(m) }
|
|
func (*CMsgDOTAMatchMinimal) ProtoMessage() {}
|
|
func (*CMsgDOTAMatchMinimal) Descriptor() ([]byte, []int) { return fileDescriptor16, []int{14} }
|
|
|
|
const Default_CMsgDOTAMatchMinimal_GameMode DOTA_GameMode = DOTA_GameMode_DOTA_GAMEMODE_NONE
|
|
const Default_CMsgDOTAMatchMinimal_MatchOutcome EMatchOutcome = EMatchOutcome_k_EMatchOutcome_Unknown
|
|
|
|
func (m *CMsgDOTAMatchMinimal) GetMatchId() uint64 {
|
|
if m != nil && m.MatchId != nil {
|
|
return *m.MatchId
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (m *CMsgDOTAMatchMinimal) GetStartTime() uint32 {
|
|
if m != nil && m.StartTime != nil {
|
|
return *m.StartTime
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (m *CMsgDOTAMatchMinimal) GetDuration() uint32 {
|
|
if m != nil && m.Duration != nil {
|
|
return *m.Duration
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (m *CMsgDOTAMatchMinimal) GetGameMode() DOTA_GameMode {
|
|
if m != nil && m.GameMode != nil {
|
|
return *m.GameMode
|
|
}
|
|
return Default_CMsgDOTAMatchMinimal_GameMode
|
|
}
|
|
|
|
func (m *CMsgDOTAMatchMinimal) GetPlayers() []*CMsgDOTAMatchMinimal_Player {
|
|
if m != nil {
|
|
return m.Players
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (m *CMsgDOTAMatchMinimal) GetTourney() *CMsgDOTAMatchMinimal_Tourney {
|
|
if m != nil {
|
|
return m.Tourney
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (m *CMsgDOTAMatchMinimal) GetMatchOutcome() EMatchOutcome {
|
|
if m != nil && m.MatchOutcome != nil {
|
|
return *m.MatchOutcome
|
|
}
|
|
return Default_CMsgDOTAMatchMinimal_MatchOutcome
|
|
}
|
|
|
|
type CMsgDOTAMatchMinimal_Player struct {
|
|
AccountId *uint32 `protobuf:"varint,1,opt,name=account_id" json:"account_id,omitempty"`
|
|
HeroId *uint32 `protobuf:"varint,2,opt,name=hero_id" json:"hero_id,omitempty"`
|
|
Kills *uint32 `protobuf:"varint,3,opt,name=kills" json:"kills,omitempty"`
|
|
Deaths *uint32 `protobuf:"varint,4,opt,name=deaths" json:"deaths,omitempty"`
|
|
Assists *uint32 `protobuf:"varint,5,opt,name=assists" json:"assists,omitempty"`
|
|
Items []uint32 `protobuf:"varint,6,rep,name=items" json:"items,omitempty"`
|
|
PlayerSlot *uint32 `protobuf:"varint,7,opt,name=player_slot" json:"player_slot,omitempty"`
|
|
XXX_unrecognized []byte `json:"-"`
|
|
}
|
|
|
|
func (m *CMsgDOTAMatchMinimal_Player) Reset() { *m = CMsgDOTAMatchMinimal_Player{} }
|
|
func (m *CMsgDOTAMatchMinimal_Player) String() string { return proto.CompactTextString(m) }
|
|
func (*CMsgDOTAMatchMinimal_Player) ProtoMessage() {}
|
|
func (*CMsgDOTAMatchMinimal_Player) Descriptor() ([]byte, []int) {
|
|
return fileDescriptor16, []int{14, 0}
|
|
}
|
|
|
|
func (m *CMsgDOTAMatchMinimal_Player) GetAccountId() uint32 {
|
|
if m != nil && m.AccountId != nil {
|
|
return *m.AccountId
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (m *CMsgDOTAMatchMinimal_Player) GetHeroId() uint32 {
|
|
if m != nil && m.HeroId != nil {
|
|
return *m.HeroId
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (m *CMsgDOTAMatchMinimal_Player) GetKills() uint32 {
|
|
if m != nil && m.Kills != nil {
|
|
return *m.Kills
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (m *CMsgDOTAMatchMinimal_Player) GetDeaths() uint32 {
|
|
if m != nil && m.Deaths != nil {
|
|
return *m.Deaths
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (m *CMsgDOTAMatchMinimal_Player) GetAssists() uint32 {
|
|
if m != nil && m.Assists != nil {
|
|
return *m.Assists
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (m *CMsgDOTAMatchMinimal_Player) GetItems() []uint32 {
|
|
if m != nil {
|
|
return m.Items
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (m *CMsgDOTAMatchMinimal_Player) GetPlayerSlot() uint32 {
|
|
if m != nil && m.PlayerSlot != nil {
|
|
return *m.PlayerSlot
|
|
}
|
|
return 0
|
|
}
|
|
|
|
type CMsgDOTAMatchMinimal_Tourney struct {
|
|
LeagueId *uint32 `protobuf:"varint,1,opt,name=league_id" json:"league_id,omitempty"`
|
|
SeriesType *uint32 `protobuf:"varint,8,opt,name=series_type" json:"series_type,omitempty"`
|
|
SeriesGame *uint32 `protobuf:"varint,9,opt,name=series_game" json:"series_game,omitempty"`
|
|
WeekendTourneyTournamentId *uint32 `protobuf:"varint,10,opt,name=weekend_tourney_tournament_id" json:"weekend_tourney_tournament_id,omitempty"`
|
|
WeekendTourneySeasonTrophyId *uint32 `protobuf:"varint,11,opt,name=weekend_tourney_season_trophy_id" json:"weekend_tourney_season_trophy_id,omitempty"`
|
|
WeekendTourneyDivision *uint32 `protobuf:"varint,12,opt,name=weekend_tourney_division" json:"weekend_tourney_division,omitempty"`
|
|
WeekendTourneySkillLevel *uint32 `protobuf:"varint,13,opt,name=weekend_tourney_skill_level" json:"weekend_tourney_skill_level,omitempty"`
|
|
RadiantTeamId *uint32 `protobuf:"varint,2,opt,name=radiant_team_id" json:"radiant_team_id,omitempty"`
|
|
RadiantTeamName *string `protobuf:"bytes,3,opt,name=radiant_team_name" json:"radiant_team_name,omitempty"`
|
|
RadiantTeamLogo *uint64 `protobuf:"fixed64,4,opt,name=radiant_team_logo" json:"radiant_team_logo,omitempty"`
|
|
DireTeamId *uint32 `protobuf:"varint,5,opt,name=dire_team_id" json:"dire_team_id,omitempty"`
|
|
DireTeamName *string `protobuf:"bytes,6,opt,name=dire_team_name" json:"dire_team_name,omitempty"`
|
|
DireTeamLogo *uint64 `protobuf:"fixed64,7,opt,name=dire_team_logo" json:"dire_team_logo,omitempty"`
|
|
XXX_unrecognized []byte `json:"-"`
|
|
}
|
|
|
|
func (m *CMsgDOTAMatchMinimal_Tourney) Reset() { *m = CMsgDOTAMatchMinimal_Tourney{} }
|
|
func (m *CMsgDOTAMatchMinimal_Tourney) String() string { return proto.CompactTextString(m) }
|
|
func (*CMsgDOTAMatchMinimal_Tourney) ProtoMessage() {}
|
|
func (*CMsgDOTAMatchMinimal_Tourney) Descriptor() ([]byte, []int) {
|
|
return fileDescriptor16, []int{14, 1}
|
|
}
|
|
|
|
func (m *CMsgDOTAMatchMinimal_Tourney) GetLeagueId() uint32 {
|
|
if m != nil && m.LeagueId != nil {
|
|
return *m.LeagueId
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (m *CMsgDOTAMatchMinimal_Tourney) GetSeriesType() uint32 {
|
|
if m != nil && m.SeriesType != nil {
|
|
return *m.SeriesType
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (m *CMsgDOTAMatchMinimal_Tourney) GetSeriesGame() uint32 {
|
|
if m != nil && m.SeriesGame != nil {
|
|
return *m.SeriesGame
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (m *CMsgDOTAMatchMinimal_Tourney) GetWeekendTourneyTournamentId() uint32 {
|
|
if m != nil && m.WeekendTourneyTournamentId != nil {
|
|
return *m.WeekendTourneyTournamentId
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (m *CMsgDOTAMatchMinimal_Tourney) GetWeekendTourneySeasonTrophyId() uint32 {
|
|
if m != nil && m.WeekendTourneySeasonTrophyId != nil {
|
|
return *m.WeekendTourneySeasonTrophyId
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (m *CMsgDOTAMatchMinimal_Tourney) GetWeekendTourneyDivision() uint32 {
|
|
if m != nil && m.WeekendTourneyDivision != nil {
|
|
return *m.WeekendTourneyDivision
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (m *CMsgDOTAMatchMinimal_Tourney) GetWeekendTourneySkillLevel() uint32 {
|
|
if m != nil && m.WeekendTourneySkillLevel != nil {
|
|
return *m.WeekendTourneySkillLevel
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (m *CMsgDOTAMatchMinimal_Tourney) GetRadiantTeamId() uint32 {
|
|
if m != nil && m.RadiantTeamId != nil {
|
|
return *m.RadiantTeamId
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (m *CMsgDOTAMatchMinimal_Tourney) GetRadiantTeamName() string {
|
|
if m != nil && m.RadiantTeamName != nil {
|
|
return *m.RadiantTeamName
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (m *CMsgDOTAMatchMinimal_Tourney) GetRadiantTeamLogo() uint64 {
|
|
if m != nil && m.RadiantTeamLogo != nil {
|
|
return *m.RadiantTeamLogo
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (m *CMsgDOTAMatchMinimal_Tourney) GetDireTeamId() uint32 {
|
|
if m != nil && m.DireTeamId != nil {
|
|
return *m.DireTeamId
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (m *CMsgDOTAMatchMinimal_Tourney) GetDireTeamName() string {
|
|
if m != nil && m.DireTeamName != nil {
|
|
return *m.DireTeamName
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (m *CMsgDOTAMatchMinimal_Tourney) GetDireTeamLogo() uint64 {
|
|
if m != nil && m.DireTeamLogo != nil {
|
|
return *m.DireTeamLogo
|
|
}
|
|
return 0
|
|
}
|
|
|
|
type CDOTAReplayDownloadInfo struct {
|
|
Match *CMsgDOTAMatchMinimal `protobuf:"bytes,1,opt,name=match" json:"match,omitempty"`
|
|
Title *string `protobuf:"bytes,2,opt,name=title" json:"title,omitempty"`
|
|
Description *string `protobuf:"bytes,3,opt,name=description" json:"description,omitempty"`
|
|
Size *uint32 `protobuf:"varint,4,opt,name=size" json:"size,omitempty"`
|
|
Tags []string `protobuf:"bytes,5,rep,name=tags" json:"tags,omitempty"`
|
|
ExistsOnDisk *bool `protobuf:"varint,6,opt,name=exists_on_disk" json:"exists_on_disk,omitempty"`
|
|
XXX_unrecognized []byte `json:"-"`
|
|
}
|
|
|
|
func (m *CDOTAReplayDownloadInfo) Reset() { *m = CDOTAReplayDownloadInfo{} }
|
|
func (m *CDOTAReplayDownloadInfo) String() string { return proto.CompactTextString(m) }
|
|
func (*CDOTAReplayDownloadInfo) ProtoMessage() {}
|
|
func (*CDOTAReplayDownloadInfo) Descriptor() ([]byte, []int) { return fileDescriptor16, []int{15} }
|
|
|
|
func (m *CDOTAReplayDownloadInfo) GetMatch() *CMsgDOTAMatchMinimal {
|
|
if m != nil {
|
|
return m.Match
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (m *CDOTAReplayDownloadInfo) GetTitle() string {
|
|
if m != nil && m.Title != nil {
|
|
return *m.Title
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (m *CDOTAReplayDownloadInfo) GetDescription() string {
|
|
if m != nil && m.Description != nil {
|
|
return *m.Description
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (m *CDOTAReplayDownloadInfo) GetSize() uint32 {
|
|
if m != nil && m.Size != nil {
|
|
return *m.Size
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (m *CDOTAReplayDownloadInfo) GetTags() []string {
|
|
if m != nil {
|
|
return m.Tags
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (m *CDOTAReplayDownloadInfo) GetExistsOnDisk() bool {
|
|
if m != nil && m.ExistsOnDisk != nil {
|
|
return *m.ExistsOnDisk
|
|
}
|
|
return false
|
|
}
|
|
|
|
type CDOTAReplayDownloadInfo_Highlight struct {
|
|
Timestamp *uint32 `protobuf:"varint,1,opt,name=timestamp" json:"timestamp,omitempty"`
|
|
Description *string `protobuf:"bytes,2,opt,name=description" json:"description,omitempty"`
|
|
XXX_unrecognized []byte `json:"-"`
|
|
}
|
|
|
|
func (m *CDOTAReplayDownloadInfo_Highlight) Reset() { *m = CDOTAReplayDownloadInfo_Highlight{} }
|
|
func (m *CDOTAReplayDownloadInfo_Highlight) String() string { return proto.CompactTextString(m) }
|
|
func (*CDOTAReplayDownloadInfo_Highlight) ProtoMessage() {}
|
|
func (*CDOTAReplayDownloadInfo_Highlight) Descriptor() ([]byte, []int) {
|
|
return fileDescriptor16, []int{15, 0}
|
|
}
|
|
|
|
func (m *CDOTAReplayDownloadInfo_Highlight) GetTimestamp() uint32 {
|
|
if m != nil && m.Timestamp != nil {
|
|
return *m.Timestamp
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (m *CDOTAReplayDownloadInfo_Highlight) GetDescription() string {
|
|
if m != nil && m.Description != nil {
|
|
return *m.Description
|
|
}
|
|
return ""
|
|
}
|
|
|
|
type CMsgWatchGame struct {
|
|
ServerSteamid *uint64 `protobuf:"fixed64,1,opt,name=server_steamid" json:"server_steamid,omitempty"`
|
|
ClientVersion *uint32 `protobuf:"varint,2,opt,name=client_version" json:"client_version,omitempty"`
|
|
WatchServerSteamid *uint64 `protobuf:"fixed64,3,opt,name=watch_server_steamid" json:"watch_server_steamid,omitempty"`
|
|
LobbyId *uint64 `protobuf:"varint,4,opt,name=lobby_id" json:"lobby_id,omitempty"`
|
|
Regions []uint32 `protobuf:"varint,5,rep,name=regions" json:"regions,omitempty"`
|
|
XXX_unrecognized []byte `json:"-"`
|
|
}
|
|
|
|
func (m *CMsgWatchGame) Reset() { *m = CMsgWatchGame{} }
|
|
func (m *CMsgWatchGame) String() string { return proto.CompactTextString(m) }
|
|
func (*CMsgWatchGame) ProtoMessage() {}
|
|
func (*CMsgWatchGame) Descriptor() ([]byte, []int) { return fileDescriptor16, []int{16} }
|
|
|
|
func (m *CMsgWatchGame) GetServerSteamid() uint64 {
|
|
if m != nil && m.ServerSteamid != nil {
|
|
return *m.ServerSteamid
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (m *CMsgWatchGame) GetClientVersion() uint32 {
|
|
if m != nil && m.ClientVersion != nil {
|
|
return *m.ClientVersion
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (m *CMsgWatchGame) GetWatchServerSteamid() uint64 {
|
|
if m != nil && m.WatchServerSteamid != nil {
|
|
return *m.WatchServerSteamid
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (m *CMsgWatchGame) GetLobbyId() uint64 {
|
|
if m != nil && m.LobbyId != nil {
|
|
return *m.LobbyId
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (m *CMsgWatchGame) GetRegions() []uint32 {
|
|
if m != nil {
|
|
return m.Regions
|
|
}
|
|
return nil
|
|
}
|
|
|
|
type CMsgCancelWatchGame struct {
|
|
XXX_unrecognized []byte `json:"-"`
|
|
}
|
|
|
|
func (m *CMsgCancelWatchGame) Reset() { *m = CMsgCancelWatchGame{} }
|
|
func (m *CMsgCancelWatchGame) String() string { return proto.CompactTextString(m) }
|
|
func (*CMsgCancelWatchGame) ProtoMessage() {}
|
|
func (*CMsgCancelWatchGame) Descriptor() ([]byte, []int) { return fileDescriptor16, []int{17} }
|
|
|
|
type CMsgWatchGameResponse struct {
|
|
WatchGameResult *CMsgWatchGameResponse_WatchGameResult `protobuf:"varint,1,opt,name=watch_game_result,enum=dota.CMsgWatchGameResponse_WatchGameResult,def=0" json:"watch_game_result,omitempty"`
|
|
SourceTvPublicAddr *uint32 `protobuf:"varint,2,opt,name=source_tv_public_addr" json:"source_tv_public_addr,omitempty"`
|
|
SourceTvPrivateAddr *uint32 `protobuf:"varint,3,opt,name=source_tv_private_addr" json:"source_tv_private_addr,omitempty"`
|
|
SourceTvPort *uint32 `protobuf:"varint,4,opt,name=source_tv_port" json:"source_tv_port,omitempty"`
|
|
GameServerSteamid *uint64 `protobuf:"fixed64,5,opt,name=game_server_steamid" json:"game_server_steamid,omitempty"`
|
|
WatchServerSteamid *uint64 `protobuf:"fixed64,6,opt,name=watch_server_steamid" json:"watch_server_steamid,omitempty"`
|
|
WatchTvUniqueSecretCode *uint64 `protobuf:"fixed64,7,opt,name=watch_tv_unique_secret_code" json:"watch_tv_unique_secret_code,omitempty"`
|
|
XXX_unrecognized []byte `json:"-"`
|
|
}
|
|
|
|
func (m *CMsgWatchGameResponse) Reset() { *m = CMsgWatchGameResponse{} }
|
|
func (m *CMsgWatchGameResponse) String() string { return proto.CompactTextString(m) }
|
|
func (*CMsgWatchGameResponse) ProtoMessage() {}
|
|
func (*CMsgWatchGameResponse) Descriptor() ([]byte, []int) { return fileDescriptor16, []int{18} }
|
|
|
|
const Default_CMsgWatchGameResponse_WatchGameResult CMsgWatchGameResponse_WatchGameResult = CMsgWatchGameResponse_PENDING
|
|
|
|
func (m *CMsgWatchGameResponse) GetWatchGameResult() CMsgWatchGameResponse_WatchGameResult {
|
|
if m != nil && m.WatchGameResult != nil {
|
|
return *m.WatchGameResult
|
|
}
|
|
return Default_CMsgWatchGameResponse_WatchGameResult
|
|
}
|
|
|
|
func (m *CMsgWatchGameResponse) GetSourceTvPublicAddr() uint32 {
|
|
if m != nil && m.SourceTvPublicAddr != nil {
|
|
return *m.SourceTvPublicAddr
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (m *CMsgWatchGameResponse) GetSourceTvPrivateAddr() uint32 {
|
|
if m != nil && m.SourceTvPrivateAddr != nil {
|
|
return *m.SourceTvPrivateAddr
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (m *CMsgWatchGameResponse) GetSourceTvPort() uint32 {
|
|
if m != nil && m.SourceTvPort != nil {
|
|
return *m.SourceTvPort
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (m *CMsgWatchGameResponse) GetGameServerSteamid() uint64 {
|
|
if m != nil && m.GameServerSteamid != nil {
|
|
return *m.GameServerSteamid
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (m *CMsgWatchGameResponse) GetWatchServerSteamid() uint64 {
|
|
if m != nil && m.WatchServerSteamid != nil {
|
|
return *m.WatchServerSteamid
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (m *CMsgWatchGameResponse) GetWatchTvUniqueSecretCode() uint64 {
|
|
if m != nil && m.WatchTvUniqueSecretCode != nil {
|
|
return *m.WatchTvUniqueSecretCode
|
|
}
|
|
return 0
|
|
}
|
|
|
|
type CMsgPartyLeaderWatchGamePrompt struct {
|
|
GameServerSteamid *uint64 `protobuf:"fixed64,5,opt,name=game_server_steamid" json:"game_server_steamid,omitempty"`
|
|
XXX_unrecognized []byte `json:"-"`
|
|
}
|
|
|
|
func (m *CMsgPartyLeaderWatchGamePrompt) Reset() { *m = CMsgPartyLeaderWatchGamePrompt{} }
|
|
func (m *CMsgPartyLeaderWatchGamePrompt) String() string { return proto.CompactTextString(m) }
|
|
func (*CMsgPartyLeaderWatchGamePrompt) ProtoMessage() {}
|
|
func (*CMsgPartyLeaderWatchGamePrompt) Descriptor() ([]byte, []int) {
|
|
return fileDescriptor16, []int{19}
|
|
}
|
|
|
|
func (m *CMsgPartyLeaderWatchGamePrompt) GetGameServerSteamid() uint64 {
|
|
if m != nil && m.GameServerSteamid != nil {
|
|
return *m.GameServerSteamid
|
|
}
|
|
return 0
|
|
}
|
|
|
|
type CDOTABroadcasterInfo struct {
|
|
AccountId *uint32 `protobuf:"varint,1,opt,name=account_id" json:"account_id,omitempty"`
|
|
ServerSteamId *uint64 `protobuf:"fixed64,2,opt,name=server_steam_id" json:"server_steam_id,omitempty"`
|
|
Live *bool `protobuf:"varint,3,opt,name=live" json:"live,omitempty"`
|
|
TeamNameRadiant *string `protobuf:"bytes,4,opt,name=team_name_radiant" json:"team_name_radiant,omitempty"`
|
|
TeamNameDire *string `protobuf:"bytes,5,opt,name=team_name_dire" json:"team_name_dire,omitempty"`
|
|
StageName *string `protobuf:"bytes,6,opt,name=stage_name" json:"stage_name,omitempty"`
|
|
SeriesGame *uint32 `protobuf:"varint,7,opt,name=series_game" json:"series_game,omitempty"`
|
|
SeriesType *uint32 `protobuf:"varint,8,opt,name=series_type" json:"series_type,omitempty"`
|
|
UpcomingBroadcastTimestamp *uint32 `protobuf:"varint,9,opt,name=upcoming_broadcast_timestamp" json:"upcoming_broadcast_timestamp,omitempty"`
|
|
AllowLiveVideo *bool `protobuf:"varint,10,opt,name=allow_live_video" json:"allow_live_video,omitempty"`
|
|
XXX_unrecognized []byte `json:"-"`
|
|
}
|
|
|
|
func (m *CDOTABroadcasterInfo) Reset() { *m = CDOTABroadcasterInfo{} }
|
|
func (m *CDOTABroadcasterInfo) String() string { return proto.CompactTextString(m) }
|
|
func (*CDOTABroadcasterInfo) ProtoMessage() {}
|
|
func (*CDOTABroadcasterInfo) Descriptor() ([]byte, []int) { return fileDescriptor16, []int{20} }
|
|
|
|
func (m *CDOTABroadcasterInfo) GetAccountId() uint32 {
|
|
if m != nil && m.AccountId != nil {
|
|
return *m.AccountId
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (m *CDOTABroadcasterInfo) GetServerSteamId() uint64 {
|
|
if m != nil && m.ServerSteamId != nil {
|
|
return *m.ServerSteamId
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (m *CDOTABroadcasterInfo) GetLive() bool {
|
|
if m != nil && m.Live != nil {
|
|
return *m.Live
|
|
}
|
|
return false
|
|
}
|
|
|
|
func (m *CDOTABroadcasterInfo) GetTeamNameRadiant() string {
|
|
if m != nil && m.TeamNameRadiant != nil {
|
|
return *m.TeamNameRadiant
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (m *CDOTABroadcasterInfo) GetTeamNameDire() string {
|
|
if m != nil && m.TeamNameDire != nil {
|
|
return *m.TeamNameDire
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (m *CDOTABroadcasterInfo) GetStageName() string {
|
|
if m != nil && m.StageName != nil {
|
|
return *m.StageName
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (m *CDOTABroadcasterInfo) GetSeriesGame() uint32 {
|
|
if m != nil && m.SeriesGame != nil {
|
|
return *m.SeriesGame
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (m *CDOTABroadcasterInfo) GetSeriesType() uint32 {
|
|
if m != nil && m.SeriesType != nil {
|
|
return *m.SeriesType
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (m *CDOTABroadcasterInfo) GetUpcomingBroadcastTimestamp() uint32 {
|
|
if m != nil && m.UpcomingBroadcastTimestamp != nil {
|
|
return *m.UpcomingBroadcastTimestamp
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (m *CDOTABroadcasterInfo) GetAllowLiveVideo() bool {
|
|
if m != nil && m.AllowLiveVideo != nil {
|
|
return *m.AllowLiveVideo
|
|
}
|
|
return false
|
|
}
|
|
|
|
func init() {
|
|
proto.RegisterType((*CSourceTVGameSmall)(nil), "dota.CSourceTVGameSmall")
|
|
proto.RegisterType((*CSourceTVGameSmall_Player)(nil), "dota.CSourceTVGameSmall.Player")
|
|
proto.RegisterType((*CMsgClientToGCFindTopSourceTVGames)(nil), "dota.CMsgClientToGCFindTopSourceTVGames")
|
|
proto.RegisterType((*CMsgGCToClientFindTopSourceTVGamesResponse)(nil), "dota.CMsgGCToClientFindTopSourceTVGamesResponse")
|
|
proto.RegisterType((*CMsgClientToGCTopMatchesRequest)(nil), "dota.CMsgClientToGCTopMatchesRequest")
|
|
proto.RegisterType((*CMsgClientToGCTopLeagueMatchesRequest)(nil), "dota.CMsgClientToGCTopLeagueMatchesRequest")
|
|
proto.RegisterType((*CMsgClientToGCTopFriendMatchesRequest)(nil), "dota.CMsgClientToGCTopFriendMatchesRequest")
|
|
proto.RegisterType((*CMsgClientToGCMatchesMinimalRequest)(nil), "dota.CMsgClientToGCMatchesMinimalRequest")
|
|
proto.RegisterType((*CMsgClientToGCMatchesMinimalResponse)(nil), "dota.CMsgClientToGCMatchesMinimalResponse")
|
|
proto.RegisterType((*CMsgGCToClientTopLeagueMatchesResponse)(nil), "dota.CMsgGCToClientTopLeagueMatchesResponse")
|
|
proto.RegisterType((*CMsgGCToClientTopFriendMatchesResponse)(nil), "dota.CMsgGCToClientTopFriendMatchesResponse")
|
|
proto.RegisterType((*CMsgClientToGCFindTopMatches)(nil), "dota.CMsgClientToGCFindTopMatches")
|
|
proto.RegisterType((*CMsgGCToClientFindTopLeagueMatchesResponse)(nil), "dota.CMsgGCToClientFindTopLeagueMatchesResponse")
|
|
proto.RegisterType((*CMsgSpectateFriendGame)(nil), "dota.CMsgSpectateFriendGame")
|
|
proto.RegisterType((*CMsgSpectateFriendGameResponse)(nil), "dota.CMsgSpectateFriendGameResponse")
|
|
proto.RegisterType((*CMsgDOTAMatchMinimal)(nil), "dota.CMsgDOTAMatchMinimal")
|
|
proto.RegisterType((*CMsgDOTAMatchMinimal_Player)(nil), "dota.CMsgDOTAMatchMinimal.Player")
|
|
proto.RegisterType((*CMsgDOTAMatchMinimal_Tourney)(nil), "dota.CMsgDOTAMatchMinimal.Tourney")
|
|
proto.RegisterType((*CDOTAReplayDownloadInfo)(nil), "dota.CDOTAReplayDownloadInfo")
|
|
proto.RegisterType((*CDOTAReplayDownloadInfo_Highlight)(nil), "dota.CDOTAReplayDownloadInfo.Highlight")
|
|
proto.RegisterType((*CMsgWatchGame)(nil), "dota.CMsgWatchGame")
|
|
proto.RegisterType((*CMsgCancelWatchGame)(nil), "dota.CMsgCancelWatchGame")
|
|
proto.RegisterType((*CMsgWatchGameResponse)(nil), "dota.CMsgWatchGameResponse")
|
|
proto.RegisterType((*CMsgPartyLeaderWatchGamePrompt)(nil), "dota.CMsgPartyLeaderWatchGamePrompt")
|
|
proto.RegisterType((*CDOTABroadcasterInfo)(nil), "dota.CDOTABroadcasterInfo")
|
|
proto.RegisterEnum("dota.CMsgWatchGameResponse_WatchGameResult", CMsgWatchGameResponse_WatchGameResult_name, CMsgWatchGameResponse_WatchGameResult_value)
|
|
}
|
|
|
|
func init() { proto.RegisterFile("dota_gcmessages_client_watch.proto", fileDescriptor16) }
|
|
|
|
var fileDescriptor16 = []byte{
|
|
// 1679 bytes of a gzipped FileDescriptorProto
|
|
0x1f, 0x8b, 0x08, 0x00, 0x00, 0x09, 0x6e, 0x88, 0x02, 0xff, 0xac, 0x57, 0xcb, 0x6e, 0xdb, 0x56,
|
|
0x1a, 0x0e, 0x75, 0xd7, 0x51, 0x64, 0xcb, 0xf4, 0x8d, 0x51, 0x9c, 0xc4, 0xc3, 0x24, 0x33, 0x9e,
|
|
0x04, 0x63, 0x0c, 0x9c, 0xcd, 0xc0, 0xc0, 0x2c, 0x64, 0x59, 0x71, 0x04, 0x58, 0x92, 0x61, 0xc9,
|
|
0x29, 0xb2, 0x29, 0x41, 0x93, 0x27, 0x32, 0x61, 0x92, 0x47, 0xe5, 0x39, 0xb2, 0xe3, 0xae, 0xd2,
|
|
0xbe, 0x42, 0xb7, 0xed, 0x1b, 0x74, 0xd5, 0x07, 0x29, 0xd0, 0x55, 0x9f, 0xa1, 0xeb, 0xbe, 0x40,
|
|
0xff, 0xf3, 0x1f, 0x52, 0x77, 0x3b, 0xbd, 0x2d, 0x0c, 0x43, 0xff, 0xe5, 0xfc, 0xb7, 0xef, 0xbf,
|
|
0x90, 0x98, 0x2e, 0x13, 0xb6, 0xd5, 0x77, 0x02, 0xca, 0xb9, 0xdd, 0xa7, 0xdc, 0x72, 0x7c, 0x8f,
|
|
0x86, 0xc2, 0xba, 0xb6, 0x85, 0x73, 0xb1, 0x3b, 0x88, 0x98, 0x60, 0x7a, 0x46, 0xca, 0x54, 0x37,
|
|
0x51, 0x92, 0x5f, 0xd8, 0x11, 0x75, 0x2d, 0x1a, 0x0e, 0x03, 0xae, 0xd8, 0xd5, 0xad, 0xb9, 0x27,
|
|
0x58, 0x10, 0xb0, 0x50, 0x71, 0xcd, 0x9f, 0xb3, 0x44, 0xaf, 0x77, 0xd9, 0x30, 0x72, 0x68, 0xef,
|
|
0xed, 0x91, 0x1d, 0xd0, 0x6e, 0x60, 0xfb, 0xbe, 0xbe, 0x4e, 0xca, 0xb6, 0x23, 0xbc, 0x2b, 0x5b,
|
|
0x50, 0x4b, 0x78, 0x01, 0x35, 0xb4, 0x6d, 0x6d, 0xa7, 0xac, 0x6f, 0x92, 0x65, 0x97, 0x4e, 0x33,
|
|
0x52, 0x09, 0x83, 0xd3, 0xe8, 0x8a, 0x46, 0x16, 0x17, 0xd4, 0x0e, 0x2c, 0xcf, 0x35, 0xd2, 0xc0,
|
|
0xc8, 0xe8, 0x15, 0x52, 0xf0, 0xd9, 0xf9, 0xf9, 0x8d, 0xa4, 0x64, 0x90, 0xb2, 0x42, 0x8a, 0x3e,
|
|
0xb5, 0xfb, 0x43, 0x2a, 0x49, 0x59, 0xd4, 0xd6, 0x09, 0x51, 0x42, 0xe2, 0x66, 0x40, 0x8d, 0x1c,
|
|
0xd2, 0x40, 0xac, 0x0f, 0xee, 0x28, 0x23, 0x79, 0x20, 0x65, 0xf5, 0x32, 0xc9, 0xba, 0xd4, 0xb7,
|
|
0x6f, 0x8c, 0x42, 0xa2, 0xc5, 0x07, 0xd4, 0x11, 0xb6, 0x60, 0x11, 0x37, 0x8a, 0x53, 0x5a, 0x01,
|
|
0x73, 0xa9, 0x41, 0x90, 0xb4, 0x4a, 0x4a, 0x36, 0x38, 0x06, 0xa1, 0x5b, 0x41, 0x10, 0x19, 0x25,
|
|
0x24, 0x3e, 0x20, 0x2b, 0xe8, 0x67, 0x28, 0x85, 0x23, 0xdb, 0xf5, 0xec, 0x50, 0x18, 0xcb, 0xc0,
|
|
0x2a, 0xea, 0x1b, 0x64, 0x69, 0xcc, 0x72, 0xbd, 0x88, 0x1a, 0x15, 0xa4, 0x27, 0x2a, 0x3e, 0xeb,
|
|
0xb3, 0x91, 0x8a, 0x01, 0xac, 0xdc, 0x48, 0x05, 0x59, 0xa8, 0xf2, 0x00, 0xe9, 0xd2, 0x43, 0x16,
|
|
0x09, 0x8b, 0x3b, 0x0c, 0x68, 0x2b, 0x68, 0xd9, 0x20, 0x15, 0xdf, 0xe6, 0xc2, 0x1a, 0x0e, 0xdc,
|
|
0x51, 0x0e, 0x75, 0xe0, 0xa4, 0xf4, 0x35, 0x72, 0x3f, 0x7e, 0xd6, 0x82, 0x04, 0xb9, 0xc6, 0x2a,
|
|
0x06, 0x0d, 0x95, 0x48, 0xa8, 0xea, 0x99, 0xb5, 0x24, 0x78, 0x69, 0x28, 0xa6, 0xad, 0x23, 0xed,
|
|
0xbf, 0x24, 0x3f, 0x80, 0xf4, 0x50, 0xc8, 0xc6, 0xc6, 0x76, 0x7a, 0xa7, 0xb4, 0xf7, 0x64, 0x57,
|
|
0xd6, 0x7e, 0x77, 0xbe, 0xbe, 0xbb, 0x27, 0x28, 0x27, 0x1d, 0x3f, 0x1f, 0x7a, 0xbe, 0xeb, 0x85,
|
|
0x7d, 0x28, 0x1c, 0xf8, 0x63, 0x6c, 0xc2, 0x4b, 0x79, 0xfd, 0x39, 0x79, 0x74, 0x4d, 0xe9, 0x25,
|
|
0x0d, 0x5d, 0x4b, 0x80, 0x6e, 0x48, 0x6f, 0xd4, 0x7f, 0xd0, 0x07, 0x3f, 0xa0, 0x6e, 0x55, 0x34,
|
|
0xb8, 0x4d, 0x8c, 0x59, 0x31, 0xd7, 0xbb, 0xf2, 0xb8, 0xc7, 0x42, 0xe3, 0x21, 0x4a, 0x3c, 0x25,
|
|
0x0f, 0x67, 0x25, 0xf8, 0xa5, 0xe7, 0xfb, 0x10, 0xe1, 0x15, 0xf5, 0x8d, 0x2d, 0x14, 0x5a, 0x60,
|
|
0xed, 0x3c, 0xb2, 0x9d, 0x4b, 0x2a, 0xac, 0x88, 0x0d, 0x43, 0xd7, 0x78, 0x24, 0xc5, 0xaa, 0xff,
|
|
0x21, 0xb9, 0xd8, 0x6d, 0x08, 0xde, 0x76, 0x1c, 0x60, 0xa1, 0x2f, 0x0a, 0x9a, 0xcb, 0x24, 0x7f,
|
|
0x41, 0x23, 0x26, 0x09, 0x08, 0x49, 0xf3, 0x5b, 0x8d, 0x98, 0xf5, 0x16, 0xef, 0xd7, 0xb1, 0x63,
|
|
0x7a, 0xec, 0xa8, 0xfe, 0xda, 0x0b, 0xdd, 0x1e, 0x1b, 0x4c, 0x66, 0x83, 0x63, 0x8d, 0xa8, 0x1d,
|
|
0x39, 0x17, 0xd6, 0x25, 0xbd, 0xc1, 0xb7, 0x8a, 0xd3, 0x10, 0x4d, 0xcd, 0x3e, 0x9f, 0x1e, 0xa1,
|
|
0x4f, 0xd8, 0x50, 0x5c, 0x89, 0x37, 0x84, 0x36, 0x76, 0x01, 0xa2, 0xcf, 0xf7, 0xa0, 0xc0, 0x60,
|
|
0x8c, 0x7e, 0x88, 0x01, 0x2e, 0x1f, 0x8c, 0xbb, 0x80, 0x03, 0xbe, 0xd3, 0x3b, 0x19, 0xf3, 0x17,
|
|
0x8d, 0xbc, 0x90, 0xee, 0x1d, 0xd5, 0x7b, 0x4c, 0xb9, 0xb8, 0xc8, 0xbd, 0x53, 0xca, 0x07, 0x2c,
|
|
0xe4, 0xf4, 0x6f, 0x75, 0x13, 0xf4, 0x60, 0x3e, 0x20, 0x85, 0xc7, 0x0e, 0x2e, 0xf0, 0x5c, 0xb5,
|
|
0xe1, 0xcb, 0xb8, 0xa1, 0x24, 0x03, 0xda, 0x50, 0xa2, 0xca, 0xb8, 0x0d, 0x55, 0x12, 0x4e, 0xb2,
|
|
0x23, 0xbd, 0xf7, 0x9e, 0x13, 0xbf, 0x2e, 0x3b, 0xb5, 0x60, 0x7e, 0x4e, 0x9e, 0x4c, 0x57, 0x02,
|
|
0xc2, 0x6c, 0xc9, 0x09, 0x26, 0x03, 0xfc, 0x62, 0x48, 0xb9, 0x98, 0x74, 0x5c, 0x4b, 0x3a, 0x54,
|
|
0x81, 0xd9, 0x9a, 0x28, 0xf5, 0x28, 0xc8, 0xc9, 0x21, 0x53, 0x36, 0xff, 0x45, 0x9e, 0xcf, 0xbd,
|
|
0x7f, 0x8c, 0x99, 0x99, 0xb6, 0xb2, 0x50, 0xf0, 0x75, 0x04, 0x3f, 0xdc, 0x19, 0xc1, 0xff, 0x91,
|
|
0xa7, 0xd3, 0x82, 0x31, 0xbf, 0xe5, 0x85, 0x1e, 0x84, 0x9a, 0x78, 0x0d, 0x99, 0x0c, 0x24, 0x03,
|
|
0xeb, 0xaa, 0x61, 0x5d, 0xfb, 0xe4, 0xd9, 0xdd, 0x9a, 0x71, 0x41, 0x5f, 0x92, 0x7c, 0xa0, 0x38,
|
|
0xa8, 0x58, 0xda, 0xab, 0xc6, 0x69, 0x05, 0xe5, 0xc3, 0x4e, 0xaf, 0x86, 0x6a, 0xb1, 0x12, 0x0e,
|
|
0x48, 0x39, 0x34, 0x50, 0x03, 0xb3, 0x50, 0x30, 0xcf, 0xc8, 0x3f, 0xa7, 0xf1, 0x33, 0x1f, 0xf4,
|
|
0xbc, 0xa9, 0xd4, 0xa7, 0x4c, 0x2d, 0x7c, 0x76, 0x26, 0x45, 0x7f, 0x22, 0x02, 0xf3, 0x1b, 0x8d,
|
|
0x6c, 0x2d, 0xec, 0xc6, 0xf8, 0xd5, 0x19, 0xa0, 0x6a, 0xa3, 0xb6, 0xf9, 0x14, 0xc0, 0x41, 0xe6,
|
|
0x3d, 0xba, 0x97, 0x6c, 0x18, 0x9c, 0xf8, 0x31, 0x09, 0x51, 0x2b, 0x11, 0x5e, 0x90, 0xc4, 0xf8,
|
|
0x2d, 0x24, 0xe6, 0x30, 0x87, 0xdf, 0xdd, 0xd6, 0x84, 0x8b, 0x13, 0xf9, 0x17, 0x7c, 0x1c, 0xc3,
|
|
0x24, 0x03, 0xb9, 0x2a, 0xeb, 0xcf, 0xc6, 0xc9, 0xcb, 0x62, 0xf2, 0x56, 0x17, 0x24, 0xcf, 0x7c,
|
|
0x41, 0x36, 0x24, 0xa1, 0xab, 0xd6, 0x1c, 0x55, 0x75, 0x90, 0xfd, 0x26, 0xf7, 0xea, 0x68, 0xd3,
|
|
0x4a, 0x47, 0x72, 0x00, 0xd9, 0xc7, 0x8b, 0x65, 0x47, 0xee, 0xcb, 0xf6, 0x9c, 0x58, 0xd2, 0x71,
|
|
0xbe, 0x72, 0xe6, 0x0f, 0x39, 0xb2, 0xb6, 0x10, 0x76, 0x60, 0x24, 0xf1, 0x1b, 0x8d, 0x64, 0xc6,
|
|
0x19, 0x18, 0xed, 0xfe, 0xbc, 0x94, 0x72, 0x87, 0x91, 0x2d, 0xe4, 0xd4, 0x57, 0xf1, 0xee, 0x4f,
|
|
0x6e, 0x61, 0x69, 0x63, 0x29, 0x09, 0x4f, 0x9a, 0xb0, 0xa4, 0x53, 0x2d, 0x60, 0xed, 0xeb, 0xea,
|
|
0x67, 0xad, 0xd5, 0x68, 0x75, 0x0e, 0x1b, 0x56, 0xbb, 0xd3, 0x6e, 0xe8, 0x7b, 0xe3, 0x25, 0x96,
|
|
0xc3, 0xc4, 0xfc, 0xe3, 0x76, 0x54, 0x25, 0x6b, 0xec, 0x15, 0x0c, 0x04, 0xb5, 0x38, 0xf0, 0x52,
|
|
0x28, 0xed, 0x99, 0x77, 0xe8, 0xf4, 0x94, 0xa4, 0x5e, 0x27, 0x65, 0x15, 0x1c, 0x1b, 0x0a, 0x38,
|
|
0x89, 0x28, 0xce, 0xaa, 0x91, 0xa3, 0x0d, 0xd4, 0xe9, 0x28, 0xd6, 0xfe, 0xe6, 0xa5, 0x35, 0x45,
|
|
0xb0, 0xce, 0xc2, 0xcb, 0x90, 0x5d, 0x87, 0xd5, 0xaf, 0xb4, 0x3f, 0xb4, 0x94, 0xe4, 0x09, 0x23,
|
|
0xd7, 0x1f, 0x8f, 0x13, 0xb5, 0x44, 0x72, 0x70, 0x4f, 0x89, 0x0b, 0x1e, 0x23, 0x17, 0xe4, 0x6d,
|
|
0xce, 0x01, 0x9f, 0xc9, 0x5c, 0x06, 0x79, 0x4f, 0xd0, 0x40, 0xe5, 0x02, 0x91, 0x1d, 0x0f, 0x45,
|
|
0xee, 0x33, 0x81, 0xc1, 0x96, 0xab, 0xbf, 0xa6, 0x48, 0x3e, 0x09, 0x6a, 0x0a, 0x8d, 0x5a, 0xd2,
|
|
0x0d, 0x50, 0x75, 0x0f, 0x0e, 0x3f, 0xbc, 0xae, 0x0a, 0x33, 0x44, 0x84, 0x72, 0xf1, 0xb6, 0x3d,
|
|
0x3c, 0xbd, 0xf5, 0xd5, 0x41, 0xb5, 0x43, 0xb6, 0xe7, 0x76, 0x3a, 0xb5, 0x39, 0x0b, 0x2d, 0x11,
|
|
0xb1, 0xc1, 0x05, 0x9e, 0x7a, 0xa5, 0x4f, 0xde, 0x07, 0xf7, 0x7f, 0xcf, 0x7d, 0x50, 0x4e, 0x96,
|
|
0x53, 0x72, 0x02, 0x25, 0x90, 0x4f, 0x25, 0x3b, 0x62, 0x8a, 0x21, 0x3d, 0xc5, 0xcc, 0x16, 0xe7,
|
|
0x58, 0xf2, 0x34, 0x53, 0x70, 0x97, 0x77, 0x16, 0x9e, 0x4e, 0xc9, 0x5b, 0x2a, 0xd3, 0xd0, 0x1c,
|
|
0x63, 0x2a, 0x3e, 0x94, 0x4b, 0xce, 0xc1, 0x31, 0x1d, 0x5f, 0xc9, 0x63, 0xd3, 0xfc, 0xa4, 0x91,
|
|
0xcd, 0xba, 0x04, 0xd7, 0x29, 0x95, 0x25, 0x39, 0x04, 0x34, 0xf8, 0xcc, 0x76, 0x9b, 0xe1, 0x7b,
|
|
0xa6, 0xff, 0x9b, 0x64, 0xd5, 0xa4, 0xd6, 0x10, 0x8d, 0x77, 0x4d, 0x76, 0x28, 0xb0, 0xf0, 0x84,
|
|
0xaf, 0x7a, 0xa9, 0x28, 0xeb, 0xe2, 0x52, 0xee, 0x44, 0xde, 0x60, 0xd4, 0x4e, 0x45, 0xfd, 0x3e,
|
|
0xc9, 0x70, 0xef, 0xcb, 0x64, 0x7b, 0xc3, 0x2f, 0x61, 0xf7, 0xd5, 0xd8, 0x40, 0xf7, 0xe8, 0x07,
|
|
0x09, 0x18, 0x0b, 0xf2, 0xef, 0x7a, 0xfc, 0x52, 0x4d, 0xb6, 0xea, 0x2b, 0x52, 0x7c, 0xe3, 0xf5,
|
|
0x2f, 0x7c, 0xf8, 0xc3, 0x35, 0x25, 0xfb, 0x15, 0x3a, 0x37, 0x18, 0x8c, 0x51, 0x31, 0x69, 0x08,
|
|
0xad, 0x9b, 0x1f, 0x35, 0x52, 0x96, 0x5e, 0x7e, 0x26, 0x3d, 0xc4, 0x31, 0x33, 0x3f, 0x32, 0xb4,
|
|
0xe4, 0xe2, 0x8d, 0xbf, 0x44, 0x80, 0xc7, 0x93, 0x17, 0xca, 0xfa, 0x16, 0x59, 0xc3, 0x4f, 0x13,
|
|
0x6b, 0x46, 0x2b, 0x8d, 0x5a, 0xf3, 0x1f, 0x03, 0x00, 0xf8, 0x88, 0xf6, 0x41, 0x5f, 0xc5, 0x53,
|
|
0x36, 0xd7, 0xc9, 0x2a, 0xae, 0x09, 0x3b, 0x74, 0xa8, 0x3f, 0xf2, 0xc3, 0xfc, 0x31, 0x4d, 0xd6,
|
|
0xa7, 0x3c, 0x1b, 0x0d, 0xb5, 0x0e, 0x59, 0x51, 0x16, 0x71, 0xe2, 0x44, 0x94, 0x0f, 0x7d, 0x81,
|
|
0x4e, 0x2e, 0xed, 0xbd, 0x1c, 0xe7, 0x7d, 0x4e, 0x6f, 0x77, 0x92, 0x02, 0x2a, 0xfb, 0xf9, 0x93,
|
|
0x46, 0xfb, 0xb0, 0xd9, 0x3e, 0xd2, 0x1f, 0x91, 0x75, 0x8e, 0x97, 0x8d, 0x25, 0xae, 0xac, 0xc1,
|
|
0xf0, 0xdc, 0x87, 0x63, 0xc6, 0x76, 0xdd, 0x28, 0x8e, 0xf0, 0x31, 0xd9, 0x98, 0x60, 0x47, 0xea,
|
|
0x4b, 0x08, 0xf9, 0xe9, 0x04, 0x47, 0x13, 0x7c, 0xb8, 0xfe, 0xe3, 0xb2, 0x3d, 0x24, 0xab, 0xe8,
|
|
0xe1, 0x4c, 0x62, 0xb2, 0x98, 0x98, 0xdb, 0xd2, 0x96, 0x43, 0xae, 0x6c, 0x12, 0xe4, 0xc2, 0x8b,
|
|
0xc3, 0xd0, 0x83, 0xd3, 0x03, 0xe4, 0x9c, 0x08, 0xce, 0x63, 0x47, 0x0e, 0x58, 0x85, 0xc7, 0xef,
|
|
0x35, 0xb2, 0x3c, 0x13, 0x93, 0x5e, 0x22, 0x49, 0x54, 0x95, 0x7b, 0x7a, 0x91, 0x64, 0x4f, 0x1b,
|
|
0xb5, 0xc3, 0x77, 0x15, 0x0d, 0x7c, 0xd4, 0xe5, 0xd0, 0xed, 0x36, 0x4e, 0xdf, 0x36, 0x4e, 0xdb,
|
|
0x9d, 0xde, 0xeb, 0xce, 0x59, 0xfb, 0xb0, 0x92, 0x82, 0x6a, 0x94, 0xce, 0xda, 0xb5, 0xb7, 0xb5,
|
|
0xe6, 0x71, 0xed, 0xe0, 0xb8, 0x51, 0x49, 0x03, 0x3a, 0x8b, 0xf5, 0x5a, 0xbb, 0xde, 0x38, 0x3e,
|
|
0x6e, 0x1c, 0x56, 0x32, 0xd0, 0x88, 0xab, 0xcd, 0x76, 0xbd, 0xd3, 0x3a, 0xa9, 0xf5, 0x9a, 0x20,
|
|
0x00, 0xca, 0xdd, 0x66, 0xa7, 0x5d, 0xc9, 0x42, 0xce, 0x1e, 0xb4, 0x9a, 0xdd, 0x2e, 0x18, 0x3a,
|
|
0x6e, 0xd4, 0x8e, 0xce, 0x1a, 0xdd, 0xb3, 0x83, 0x6e, 0xfd, 0xb4, 0x79, 0xd2, 0x93, 0xec, 0x1c,
|
|
0xe0, 0xaf, 0x7c, 0xdc, 0x39, 0x38, 0x78, 0x37, 0x32, 0x95, 0x37, 0xff, 0xaf, 0xb6, 0xd5, 0x09,
|
|
0xec, 0x92, 0x1b, 0x58, 0xb6, 0x2e, 0x8d, 0x46, 0xce, 0x9f, 0x44, 0x2c, 0x18, 0x88, 0x3b, 0x13,
|
|
0x66, 0x7e, 0x9d, 0x82, 0x95, 0x25, 0x9b, 0xe9, 0x20, 0x82, 0xa6, 0x73, 0xe0, 0x36, 0xa2, 0x11,
|
|
0xb6, 0xde, 0xa2, 0x29, 0xbc, 0xe0, 0xe3, 0x34, 0x85, 0x89, 0x85, 0x56, 0xf2, 0xbd, 0x2b, 0x35,
|
|
0x32, 0x0a, 0x8b, 0xbf, 0x09, 0x33, 0xb7, 0x7c, 0x13, 0x66, 0x91, 0xae, 0xd6, 0x21, 0x7c, 0x59,
|
|
0x4e, 0x0c, 0x8c, 0x99, 0xd1, 0x9a, 0xbf, 0x7d, 0x08, 0x3f, 0x23, 0x5b, 0xc3, 0x01, 0xac, 0x13,
|
|
0xf9, 0xf5, 0x75, 0x9e, 0xc4, 0x61, 0x8d, 0x3b, 0xb5, 0x98, 0x7c, 0x30, 0xc2, 0x6d, 0xcd, 0xae,
|
|
0x2d, 0xe9, 0xaa, 0x75, 0xe5, 0xb9, 0x94, 0xe1, 0x20, 0x2e, 0x1c, 0x64, 0xdf, 0x68, 0x1f, 0xb5,
|
|
0x7b, 0xbf, 0x05, 0x00, 0x00, 0xff, 0xff, 0xd5, 0x25, 0x26, 0x41, 0x24, 0x10, 0x00, 0x00,
|
|
}
|