Player data initial

This commit is contained in:
2021-10-26 00:26:52 -04:00
parent ab8937f7cd
commit 7b73d23b9e
8 changed files with 80 additions and 40 deletions

View File

@@ -1,6 +1,6 @@
namespace TOOHUCardAPI.Models
{
public class PlayerDataRequestObject
public class PlayerDataGetRequestObject
{
public string Method { get; set; }
public string[] Ids { get; set; }