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