Lots of additions and changes
This commit is contained in:
10
TOOHUCardAPI/Data/Enums/Rarity.cs
Normal file
10
TOOHUCardAPI/Data/Enums/Rarity.cs
Normal file
@@ -0,0 +1,10 @@
|
||||
namespace TOOHUCardAPI.Data.Enums
|
||||
{
|
||||
public enum Rarity
|
||||
{
|
||||
NORMAL = 1,
|
||||
RARE = 2,
|
||||
SUPER_RARE = 3,
|
||||
SUPER_SECRET_RARE = 4
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user