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