|
@@ -97,6 +97,7 @@ namespace TEAMModelOS.SDK.Models
|
|
|
public string id { get; set; }
|
|
|
public List<string> type { get; set; } = new List<string>();
|
|
|
public string stddesc { get; set; }
|
|
|
+ public int limit { get; set; } = 1;
|
|
|
public List<AbilityStdTitle> titles { get; set; } = new List<AbilityStdTitle>();
|
|
|
}
|
|
|
public class AbilityStdTitle {
|