forked from Dniel97/artemis
添加 titles/FGOA/const.py
This commit is contained in:
parent
c5bced902d
commit
e3f412c40c
14
titles/FGOA/const.py
Normal file
14
titles/FGOA/const.py
Normal file
@ -0,0 +1,14 @@
|
|||||||
|
class FGOAConstants():
|
||||||
|
GAME_CODE = "SDEJ"
|
||||||
|
|
||||||
|
CONFIG_NAME = "fgoa.yaml"
|
||||||
|
|
||||||
|
VER_FGOA_SEASON_1 = 0
|
||||||
|
|
||||||
|
VERSION_STRING = (
|
||||||
|
"Fate/Grand Order Arcade",
|
||||||
|
)
|
||||||
|
|
||||||
|
@classmethod
|
||||||
|
def game_ver_to_string(cls, ver: int):
|
||||||
|
return cls.VERSION_STRING[ver]
|
Loading…
Reference in New Issue
Block a user