10 lines
161 B
C#
10 lines
161 B
C#
namespace TOOHUCardAPI.Data.Enums
|
|
{
|
|
public enum Rarity
|
|
{
|
|
Normal = 1,
|
|
Rare = 2,
|
|
SuperRare = 3,
|
|
SuperSecretRare = 4
|
|
}
|
|
} |