Show / Hide Table of Contents

Class ClanCapitalRaidSeasonDistrict

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

Properties

| Improve this Doc View Source

AttackCount

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

Attacks

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

DestructionPercent

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

DistrictHallLevel

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

Id

Declaration
public int Id { 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

Stars

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

TotalLooted

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