Initial Card Maker ONGEKI support

This commit is contained in:
Dniel97
2023-03-04 00:22:08 +01:00
parent 8fe0acae93
commit 3acc2dc197
22 changed files with 3582 additions and 13 deletions
+10
View 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]