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