Lots of additions and restructuring
This commit is contained in:
10
TOOHUCardAPI/Data/Models/CardLevel.cs
Normal file
10
TOOHUCardAPI/Data/Models/CardLevel.cs
Normal file
@@ -0,0 +1,10 @@
|
||||
namespace TOOHUCardAPI.Data.Models
|
||||
{
|
||||
public class CardLevel
|
||||
{
|
||||
public string UserSteamId { get; set; }
|
||||
public string CardItemCode { get; set; }
|
||||
public Card Card { get; set; }
|
||||
public int Level { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user