mirror of
https://github.com/MarioSpore/Grinch-AP.git
synced 2025-10-21 04:01:32 -06:00
Core: Pickle hints by value (#4441)
This commit is contained in:
@@ -10,7 +10,7 @@ import websockets
|
|||||||
from Utils import ByValue, Version
|
from Utils import ByValue, Version
|
||||||
|
|
||||||
|
|
||||||
class HintStatus(enum.IntEnum):
|
class HintStatus(ByValue, enum.IntEnum):
|
||||||
HINT_FOUND = 0
|
HINT_FOUND = 0
|
||||||
HINT_UNSPECIFIED = 1
|
HINT_UNSPECIFIED = 1
|
||||||
HINT_NO_PRIORITY = 10
|
HINT_NO_PRIORITY = 10
|
||||||
|
Reference in New Issue
Block a user