Show / Hide Table of Contents

Class ClanWarAttack

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

Properties

| Improve this Doc View Source

AttackerTag

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

DefenderTag

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

DestructionPercentage

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

Duration

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

Order

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

Stars

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