Class ClanCapitalRaidSeasonAttackLogEntry
Inheritance
System.Object
ClanCapitalRaidSeasonAttackLogEntry
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
|
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
|
Improve this Doc
View Source
DistrictsDestroyed
Declaration
public int DistrictsDestroyed { get; set; }
Property Value
Type |
Description |
System.Int32 |
|