mirror of
https://github.com/MikuLeaks/KianaBH3.git
synced 2025-12-14 05:44:34 +01:00
Initial commit
This commit is contained in:
6
game_server/packet/handlers/ClientReportReq.py
Normal file
6
game_server/packet/handlers/ClientReportReq.py
Normal file
@@ -0,0 +1,6 @@
|
||||
import betterproto
|
||||
from game_server.net.session import Session
|
||||
from lib.proto import ClientReportReq,ClientReportRsp
|
||||
|
||||
async def handle(session: Session, msg: ClientReportReq) -> betterproto.Message:
|
||||
return ClientReportRsp(retcode=0)
|
||||
Reference in New Issue
Block a user