Show / Hide Table of Contents

Class ClanWar

Inheritance
System.Object
WarBase
ClanWar
Inherited Members
WarBase.State
WarBase.TeamSize
WarBase.PreparationStartTime
WarBase.StartTime
WarBase.EndTime
Namespace: ClashOfClans.Models
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
Type Description
System.Nullable<BattleModifier>
| Improve this Doc View Source

Clan

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

Opponent

Declaration
public WarClan Opponent { get; set; }
Property Value
Type Description
WarClan
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX