Looks like it works yeeha

This commit is contained in:
2021-11-06 16:38:49 -04:00
parent d1840fb164
commit 7ef9c0d498
3 changed files with 7 additions and 27 deletions

View File

@@ -12,7 +12,7 @@ namespace TOOHUCardAPI.DTO.PlayerData
{
// Instead of using a defined object, use a dictionary so we can add the necessary cardgroup items. I dont want to make 20 of them in the class
[JsonProperty("bo")]
public Dictionary<int, Dictionary<string, object>> Players { get; set; }
public Dictionary<int, PlayerDataGetResponseObjectPlayer> Players { get; set; }
}
/**