Show / Hide Table of Contents

Class PlayerItemLevel

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

Properties

| Improve this Doc View Source

Equipment

Declaration
public PlayerItemLevelList Equipment { get; set; }
Property Value
Type Description
PlayerItemLevelList
| 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
Type Description
Village
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX