Class ClanWar
Inheritance
System.Object
ClanWar
Assembly: ClashOfClans.Models.dll
Syntax
public class ClanWar : WarBase
Properties
|
Improve this Doc
View Source
AttacksPerMember
Declaration
public int? AttacksPerMember { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|
|
Improve this Doc
View Source
BattleModifier
Declaration
public BattleModifier? BattleModifier { get; set; }
Property Value
|
Improve this Doc
View Source
Clan
Declaration
public WarClan Clan { get; set; }
Property Value
|
Improve this Doc
View Source
Opponent
Declaration
public WarClan Opponent { get; set; }
Property Value