Lots of additions and changes
This commit is contained in:
10
TOOHUCardAPI/DTO/PlayerData/PlayerDataBuyMagicKeyResponse.cs
Normal file
10
TOOHUCardAPI/DTO/PlayerData/PlayerDataBuyMagicKeyResponse.cs
Normal file
@@ -0,0 +1,10 @@
|
||||
using Newtonsoft.Json;
|
||||
|
||||
namespace TOOHUCardAPI.DTO.PlayerData
|
||||
{
|
||||
public class PlayerDataBuyMagicKeyResponse : AbstractResponse
|
||||
{
|
||||
[JsonProperty("cost_point")]
|
||||
public int TotalCost { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user