Show / Hide Table of Contents

Class PlayerBuilderBaseRanking

Inheritance
System.Object
Identity
PlayerBuilderBaseRanking
Inherited Members
Identity.Tag
Identity.Name
Namespace: ClashOfClans.Models
Assembly: ClashOfClans.Models.dll
Syntax
public class PlayerBuilderBaseRanking : Identity

Properties

| Improve this Doc View Source

BuilderBaseLeague

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

BuilderBaseTrophies

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

Clan

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

ExpLevel

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

PreviousRank

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

Rank

Declaration
public int Rank { get; set; }
Property Value
Type Description
System.Int32
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX