Class PlayerItemLevel
Inheritance
System.Object
PlayerItemLevel
Assembly: ClashOfClans.Models.dll
Syntax
public class PlayerItemLevel
Properties
|
Improve this Doc
View Source
Equipment
Declaration
public PlayerItemLevelList Equipment { get; set; }
Property Value
|
Improve this Doc
View Source
Level
Declaration
public int Level { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
MaxLevel
Declaration
public int MaxLevel { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
Name
Declaration
public string Name { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
SuperTroopIsActive
Declaration
public bool? SuperTroopIsActive { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Boolean> |
|
|
Improve this Doc
View Source
Village
Declaration
public Village Village { get; set; }
Property Value