Looks like it works yeeha
This commit is contained in:
@@ -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; }
|
||||
|
||||
}
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user