1
0
Fork 0
artemis/titles/pokken/const.py

12 lines
242 B
Python
Raw Normal View History

2023-02-17 07:09:26 +00:00
class PokkenConstants():
GAME_CODE = "SDAK"
CONFIG_NAME = "pokken.yaml"
VER_POKKEN = 0
VERSION_NAMES = ("Pokken Tournament")
@classmethod
def game_ver_to_string(cls, ver: int):
return cls.VERSION_NAMES[ver]