Show / Hide Table of Contents

Class ClanWarLeagueWar

Inheritance
System.Object
WarBase
ClanWarLeagueWar
Inherited Members
WarBase.State
WarBase.TeamSize
WarBase.PreparationStartTime
WarBase.StartTime
WarBase.EndTime
Namespace: ClashOfClans.Models
Assembly: ClashOfClans.Models.dll
Syntax
public class ClanWarLeagueWar : WarBase

Properties

| Improve this Doc View Source

Clan

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

Opponent

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

WarStartTime

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