Lots of additions and restructuring
This commit is contained in:
@@ -2,7 +2,7 @@ using Newtonsoft.Json;
|
||||
|
||||
namespace TOOHUCardAPI.DTO
|
||||
{
|
||||
public class PlayerBaseDataResponse: AbstractResponse
|
||||
public class PlayerBaseDataResponse: OkResponse
|
||||
{
|
||||
[JsonProperty("steamid")]
|
||||
public string SteamId { get; set; }
|
||||
|
||||
Reference in New Issue
Block a user