Class ClanWarLeagueWar
Inheritance
System.Object
ClanWarLeagueWar
Assembly: ClashOfClans.Models.dll
Syntax
public class ClanWarLeagueWar : WarBase
Properties
|
Improve this Doc
View Source
Clan
Declaration
public ClanWarLeagueWarClan Clan { get; set; }
Property Value
|
Improve this Doc
View Source
Opponent
Declaration
public ClanWarLeagueWarClan Opponent { get; set; }
Property Value
|
Improve this Doc
View Source
WarStartTime
Declaration
public DateTime WarStartTime { get; set; }
Property Value
Type |
Description |
System.DateTime |
|