Lots of additions and changes
This commit is contained in:
7
TOOHUCardAPI/DTO/AbstractPlayerTargetedRequest.cs
Normal file
7
TOOHUCardAPI/DTO/AbstractPlayerTargetedRequest.cs
Normal file
@@ -0,0 +1,7 @@
|
||||
namespace TOOHUCardAPI.DTO
|
||||
{
|
||||
public abstract class AbstractPlayerTargetedRequest : AbstractRequest
|
||||
{
|
||||
public string SteamId { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user