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