四灵提交

dev_chengFeng
jiaoyangna 2021-03-09 16:21:39 +08:00
parent fdb71b6cad
commit b904b531af
1 changed files with 1 additions and 0 deletions

View File

@ -4907,6 +4907,7 @@ function NetManager.FourChallengeDoRequest(id,type,func)
Network:SendMessageWithCallBack(MessageTypeProto_pb.FOUR_CHALLENGE_DO_REQUEST, MessageTypeProto_pb.FOUR_CHALLENGE_DO_RESPONSE, msg, function(buffer)
local data = buffer:DataByte()
local msg = PlayerInfoProto_pb.FourChallengeDoResponse()
msg:ParseFromString(data)
if func then
func(msg)
end