Merge pull request 'Card Maker 1.34/1.36 ONGEKI support' (#10) from Dniel97/artemis:cardmaker_ongeki into develop

Reviewed-on: https://gitea.tendokyu.moe/Hay1tsme/artemis/pulls/10
This commit is contained in:
Midorica
2023-03-08 22:49:14 +00:00
25 changed files with 2232 additions and 40 deletions

View File

@@ -20,7 +20,10 @@ class ChuniBase():
self.logger = logging.getLogger("chuni")
self.game = ChuniConstants.GAME_CODE
self.version = ChuniConstants.VER_CHUNITHM
def handle_ping_request(self, data: Dict) -> Dict:
return {"returnCode": 1}
def handle_game_login_api_request(self, data: Dict) -> Dict:
#self.data.base.log_event("chuni", "login", logging.INFO, {"version": self.version, "user": data["userId"]})
return { "returnCode": 1 }