more rank stuff, might be ready for use

This commit is contained in:
2021-11-07 00:24:33 -04:00
parent d87377c25c
commit 6f591af5ae
13 changed files with 1350 additions and 5 deletions

View File

@@ -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()