More additions, lucky card based on day, redo of migrations because i messed up
This commit is contained in:
@@ -2,7 +2,7 @@ namespace TOOHUCardAPI.DTO
|
||||
{
|
||||
public abstract class AbstractPlayerTargetedRequest : AbstractRequest
|
||||
{
|
||||
public string SteamId { get; set; }
|
||||
public string UserId { get; set; }
|
||||
public long SteamId { get; set; }
|
||||
public long UserId { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user