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

11 lines
215 B
Python
Raw Normal View History

2023-03-03 22:46:29 +00:00
class CardMakerConstants():
GAME_CODE = "SDED"
VER_CARD_MAKER = 0
VERSION_NAMES = ["Card Maker 1.34"]
@classmethod
def game_ver_to_string(cls, ver: int):
return cls.VERSION_NAMES[ver]