Show / Hide Table of Contents

Class ClanCapitalRaidSeasonMember

Inheritance
System.Object
ClanCapitalRaidSeasonMember
Namespace: ClashOfClans.Models
Assembly: ClashOfClans.Models.dll
Syntax
public class ClanCapitalRaidSeasonMember

Properties

| Improve this Doc View Source

AttackLimit

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

Attacks

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

BonusAttackLimit

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

CapitalResourcesLooted

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

Name

Declaration
public string Name { get; set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

Tag

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