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