rank endpoint done
This commit is contained in:
@@ -1,7 +1,10 @@
|
||||
using Newtonsoft.Json;
|
||||
|
||||
namespace TOOHUCardAPI.DTO.RankData
|
||||
{
|
||||
public class RankDataResetRequest: AbstractPlayerTargetedRequest
|
||||
{
|
||||
|
||||
[JsonProperty("rank_type")]
|
||||
public string RankType { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user