from enum import IntEnum
class Priority(IntEnum):
START_GAME = 1
DEFAULT = 0
CLAIM_MISSION_REWARD = -1