mirror of
https://github.com/MikuLeaks/KianaBH3.git
synced 2025-12-16 14:54:38 +01:00
Initial commit
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
import betterproto
|
||||
from game_server.net.session import Session
|
||||
from lib.proto import ReportClientDataVersionReq,ReportClientDataVersionRsp
|
||||
|
||||
async def handle(session: Session, msg: ReportClientDataVersionReq) -> betterproto.Message:
|
||||
return ReportClientDataVersionRsp(server_version=msg.version)
|
||||
Reference in New Issue
Block a user