mirror of
https://github.com/DragonMinded/bemaniutils.git
synced 2026-03-22 01:35:05 -05:00
iidx: Add Rootage to bemapi
This commit is contained in:
parent
8473113ef9
commit
42c1bddefc
|
|
@ -237,6 +237,7 @@ def lookup(protoversion: str, requestgame: str, requestversion: str) -> Dict[str
|
|||
'23': VersionConstants.IIDX_COPULA,
|
||||
'24': VersionConstants.IIDX_SINOBUZ,
|
||||
'25': VersionConstants.IIDX_CANNON_BALLERS,
|
||||
'26': VersionConstants.IIDX_ROOTAGE,
|
||||
},
|
||||
GameConstants.JUBEAT: {
|
||||
'5': VersionConstants.JUBEAT_SAUCER,
|
||||
|
|
|
|||
|
|
@ -141,6 +141,7 @@ class APIClient:
|
|||
VersionConstants.IIDX_COPULA: '23',
|
||||
VersionConstants.IIDX_SINOBUZ: '24',
|
||||
VersionConstants.IIDX_CANNON_BALLERS: '25',
|
||||
VersionConstants.IIDX_ROOTAGE: '26',
|
||||
},
|
||||
GameConstants.JUBEAT: {
|
||||
VersionConstants.JUBEAT_SAUCER: '5',
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user