more rank stuff, might be ready for use
This commit is contained in:
@@ -37,6 +37,7 @@ namespace TOOHUCardAPI.DTO.PlayerData
|
||||
[JsonProperty("power_max_total")] public int PowerMaxTotal { get; set; }
|
||||
[JsonProperty("pet_model")] public string PetModel { get; set; }
|
||||
[JsonProperty("pet_effect")] public string PetEffect { get; set; }
|
||||
[JsonIgnore]
|
||||
public Dictionary<string, string> EncodedCardGroups { get; set; }
|
||||
|
||||
public Dictionary<string, object> ToDynamicProperties()
|
||||
|
||||
Reference in New Issue
Block a user