Show / Hide Table of Contents

Class ClanCapitalRaidSeasonAttackLogEntry

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

Properties

| Improve this Doc View Source

AttackCount

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

Defender

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

DistrictCount

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

Districts

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

DistrictsDestroyed

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