mirror of
https://github.com/drmext/MonkeyBusiness.git
synced 2024-11-14 10:37:38 +01:00
Fix GD
This commit is contained in:
parent
5af8d89ac7
commit
2c934ca89d
@ -150,6 +150,16 @@ async def gitadora_gameinfo_get(ver: str, request: Request):
|
||||
E.term(0, __type="u8"),
|
||||
),
|
||||
E.rockwave(E.event_list()),
|
||||
E.livehouse(
|
||||
E.event_list(),
|
||||
E.bonus(
|
||||
E.term(0, __type="u8"),
|
||||
E.stage_bonus(0, __type="s32"),
|
||||
E.charm_bonus(0, __type="s32"),
|
||||
E.start_date_ms(0, __type="u64"),
|
||||
E.end_date_ms(0, __type="u64"),
|
||||
),
|
||||
),
|
||||
E.general_term(),
|
||||
E.jubeat_omiyage_challenge(),
|
||||
E.kac2017(),
|
||||
|
Loading…
Reference in New Issue
Block a user