Lots of additions and restructuring
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
using Newtonsoft.Json;
|
||||
|
||||
namespace TOOHUCardAPI.DTO.PlayerData
|
||||
{
|
||||
public class PlayerDataSaveCardLevelRequest : AbstractPlayerTargetedRequest
|
||||
{
|
||||
[JsonProperty("card")]
|
||||
public string CardItemCode { get; set; }
|
||||
[JsonProperty("level")]
|
||||
public int LevelIncrease { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user