Added the new Rarity v1.7.0

Signed-off-by: Avior <florian.bouillon@delta-wings.net>
This commit is contained in:
2021-01-31 13:49:36 +01:00
parent b7d8fac835
commit 7f0e95d574

View File

@ -9,7 +9,9 @@ export enum Rarity {
// Both RAREULTRA and ULTRARARE are the same until I know the correct name
RAREULTRA = 4,
ULTRARARE = 4
ULTRARARE = 4,
AMAZING,
}