Remove HatType.NONE

This commit is contained in:
CookieCat
2024-05-13 15:54:58 -04:00
parent e7c2bea613
commit ba0c1842f6

View File

@@ -12,7 +12,6 @@ class HatInTimeItem(Item):
class HatType(IntEnum):
NONE = -1
SPRINT = 0
BREWING = 1
ICE = 2