More additions, lucky card based on day, redo of migrations because i messed up
This commit is contained in:
9
TOOHUCardAPI/Data/Enums/RankType.cs
Normal file
9
TOOHUCardAPI/Data/Enums/RankType.cs
Normal file
@@ -0,0 +1,9 @@
|
||||
namespace TOOHUCardAPI.Data.Enums
|
||||
{
|
||||
public enum RankType
|
||||
{
|
||||
Single = 'S',
|
||||
Team = 'D',
|
||||
All = 'T'
|
||||
}
|
||||
}
|
||||
@@ -2,9 +2,9 @@ namespace TOOHUCardAPI.Data.Enums
|
||||
{
|
||||
public enum Rarity
|
||||
{
|
||||
NORMAL = 1,
|
||||
RARE = 2,
|
||||
SUPER_RARE = 3,
|
||||
SUPER_SECRET_RARE = 4
|
||||
Normal = 1,
|
||||
Rare = 2,
|
||||
SuperRare = 3,
|
||||
SuperSecretRare = 4
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user