Class JsonSkill
JSON representation of a skill
public class JsonSkill
- Inheritance
-
JsonSkill
- Inherited Members
Properties
Name
public string Name { get; set; }
Property Value
Value
public int Value { get; set; }
JSON representation of a skill
public class JsonSkill
public string Name { get; set; }
public int Value { get; set; }