init
This commit is contained in:
24
game_server/handlers/GetBasicInfoCsReq.py
Normal file
24
game_server/handlers/GetBasicInfoCsReq.py
Normal file
@@ -0,0 +1,24 @@
|
||||
import betterproto
|
||||
from game_server.net.session import PlayerSession
|
||||
from rail_proto.lib import (
|
||||
GetBasicInfoCsReq,
|
||||
GetBasicInfoScRsp,
|
||||
PlayerSettingInfo
|
||||
)
|
||||
|
||||
async def handle(session: PlayerSession, msg: GetBasicInfoCsReq) -> betterproto.Message:
|
||||
return GetBasicInfoScRsp(
|
||||
retcode=0,
|
||||
player_setting_info=PlayerSettingInfo(
|
||||
mmmnjchemfn=True,
|
||||
kapdimgjlnf=True,
|
||||
ilfalcdlaol=True,
|
||||
gmjanojmkce=True,
|
||||
pbkbglhhkpe=True,
|
||||
nkekibnjmpa=True,
|
||||
kjncckhjfhe=True,
|
||||
aicnfaobcpi=True,
|
||||
aponeidmphl=True,
|
||||
njfmiljofok=True
|
||||
)
|
||||
)
|
||||
Reference in New Issue
Block a user