More additions, lucky card based on day, redo of migrations because i messed up
This commit is contained in:
@@ -7,7 +7,7 @@ namespace TOOHUCardAPI.Data.Models
|
||||
public class User
|
||||
{
|
||||
[Key]
|
||||
public string SteamId { get; set; }
|
||||
public long SteamId { get; set; }
|
||||
public int MaxWave { get; set; }
|
||||
public int MaxTeamWave { get; set; }
|
||||
public int PetLevel { get; set; }
|
||||
|
||||
Reference in New Issue
Block a user