Show / Hide Table of Contents

Class PlayerLegendStatistics

Inheritance
System.Object
PlayerLegendStatistics
Namespace: ClashOfClans.Models
Assembly: ClashOfClans.Models.dll
Syntax
public class PlayerLegendStatistics

Properties

| Improve this Doc View Source

BestBuilderBaseSeason

Declaration
public LegendLeagueTournamentSeasonResult BestBuilderBaseSeason { get; set; }
Property Value
Type Description
LegendLeagueTournamentSeasonResult
| Improve this Doc View Source

BestSeason

Declaration
public LegendLeagueTournamentSeasonResult BestSeason { get; set; }
Property Value
Type Description
LegendLeagueTournamentSeasonResult
| Improve this Doc View Source

CurrentSeason

Declaration
public LegendLeagueTournamentSeasonResult CurrentSeason { get; set; }
Property Value
Type Description
LegendLeagueTournamentSeasonResult
| Improve this Doc View Source

LegendTrophies

Declaration
public int LegendTrophies { get; set; }
Property Value
Type Description
System.Int32
| Improve this Doc View Source

PreviousBuilderBaseSeason

Declaration
public LegendLeagueTournamentSeasonResult PreviousBuilderBaseSeason { get; set; }
Property Value
Type Description
LegendLeagueTournamentSeasonResult
| Improve this Doc View Source

PreviousSeason

Declaration
public LegendLeagueTournamentSeasonResult PreviousSeason { get; set; }
Property Value
Type Description
LegendLeagueTournamentSeasonResult
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX