aboutsummaryrefslogtreecommitdiffstats
path: root/constants.py
diff options
context:
space:
mode:
authorPinapelz <yukais@pinapelz.com>2025-10-04 11:59:22 -0700
committerPinapelz <yukais@pinapelz.com>2025-10-04 11:59:22 -0700
commit81906842665debc9c390c917e8e2e3a030d8c1c7 (patch)
tree0dadeef5360ef165f44794fbbc25085d6fbfdd0d /constants.py
parenta6df2f7648748817a547b50f1effbdb92b2a572d (diff)
refactor: remove game version specific identifiers
many of these will continue to work for a long time anyways without necessary updates
Diffstat (limited to 'constants.py')
-rw-r--r--constants.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/constants.py b/constants.py
index 30452cc..fb5aff8 100644
--- a/constants.py
+++ b/constants.py
@@ -48,10 +48,12 @@ RSS_FEED_URL="https://arcade-news.pinapelz.com"
class CHUNITHM_VERSION(Enum):
LUMINOUS_PLUS = 1
VERSE = 2
+ X_VERSE = 3
class MAIMAIDX_VERSION(Enum):
PRISM = 1
PRISM_PLUS = 2
+ CIRCLE = 3
class ONGEKI_VERSION(Enum):
REFRESH = 1
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage