Initial Card Maker ONGEKI support
This commit is contained in:
10
titles/cm/const.py
Normal file
10
titles/cm/const.py
Normal file
@ -0,0 +1,10 @@
|
||||
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]
|
Reference in New Issue
Block a user