Show / Hide Table of Contents

Class PlayerAchievementProgress

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

Properties

| Improve this Doc View Source

CompletionInfo

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

Info

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

Name

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

Stars

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

Target

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

Value

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

Village

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