Files
vollerei/vollerei/hsr/launcher/enums.py

7 lines
80 B
Python

from enum import Enum
class GameChannel(Enum):
Overseas = 0
China = 1