Show / Hide Table of Contents

Class ClanWarMember

Inheritance
System.Object
Identity
ClanWarMember
Inherited Members
Identity.Tag
Identity.Name
Namespace: ClashOfClans.Models
Assembly: ClashOfClans.Models.dll
Syntax
public class ClanWarMember : Identity

Properties

| Improve this Doc View Source

Attacks

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

BestOpponentAttack

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

MapPosition

Declaration
public int MapPosition { get; set; }
Property Value
Type Description
System.Int32
| Improve this Doc View Source

OpponentAttacks

Declaration
public int OpponentAttacks { get; set; }
Property Value
Type Description
System.Int32
| Improve this Doc View Source

TownhallLevel

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