diff options
| author | Pinapelz <yukais@pinapelz.com> | 2025-06-16 18:41:54 -0700 |
|---|---|---|
| committer | Pinapelz <yukais@pinapelz.com> | 2025-06-16 18:41:54 -0700 |
| commit | c32042f7b40484e810456fc4d678f4f9c08f43b8 (patch) | |
| tree | b7a5096b4c91f1acc99c1d1a04b9944d293124de /constants.py | |
| parent | 4c6235d7290c49f48ef913bb46627083879771b1 (diff) | |
implement street fighter type arcade
Diffstat (limited to 'constants.py')
| -rw-r--r-- | constants.py | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/constants.py b/constants.py index e6b7e57..e1b0369 100644 --- a/constants.py +++ b/constants.py @@ -25,6 +25,7 @@ MAIMAIDX_INTL_NEWS_SITE="https://maimai.sega.com/download/" ONGEKI_JP_NEWS_SITE="https://info-ongeki.sega.jp/" MUSIC_DIVER_NEWS="https://mypage.musicdiver.jp/api/news?lang=en" +STREET_FIGHTER_NEWS_SITE="https://sf6ta.jp/info/list" TAIKO_BLOG_SITE="https://taiko-ch.net/blog/" WANGAN_MAXI_GENERIC="https://wanganmaxi-official.com/" @@ -58,3 +59,6 @@ class WANGAN_MAXI_VERSION(Enum): SIX_R = 3, SIX_RR = 4, SIX_RR_PLUS = 5 + +class STREET_FIGHTER_VERSION(Enum): + SIX = 1, |
