Lots of additions and changes
This commit is contained in:
11
TOOHUCardAPI/DTO/PlayerData/PlayerDataSaveKeyCountRequest.cs
Normal file
11
TOOHUCardAPI/DTO/PlayerData/PlayerDataSaveKeyCountRequest.cs
Normal file
@@ -0,0 +1,11 @@
|
||||
using Newtonsoft.Json;
|
||||
|
||||
namespace TOOHUCardAPI.DTO.PlayerData
|
||||
{
|
||||
public class PlayerDataSaveKeyCountRequest: AbstractPlayerTargetedRequest
|
||||
{
|
||||
public string UserId { get; set; }
|
||||
[JsonProperty("key_total")]public int KeyTotal { get; set; }
|
||||
[JsonProperty("key_use_count")]public int KeyUseCount { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user