mirror of
https://github.com/MikuLeaks/KianaBH3.git
synced 2025-12-14 22:04:36 +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 GetBattlePassMissionPanelReq,GetBattlePassMissionPanelRsp
|
||||
|
||||
async def handle(session: Session, msg: GetBattlePassMissionPanelReq) -> betterproto.Message:
|
||||
return GetBattlePassMissionPanelRsp(retcode=0)
|
||||
Reference in New Issue
Block a user