玩家准备

This commit is contained in:
huyulong 2024-12-30 11:52:00 +08:00
parent 4a34490d1a
commit 42ec7840db

View File

@ -564,7 +564,7 @@ public class test : MonoBehaviour
WSMessage msg = new WSMessage();
msg.Module = "hall";
msg.ServiceName = "GetSelectHistoryList";
msg.ServiceName = "StartGameDrill";
msg.Data = ByteString.CopyFrom(ProtoBufffer.Serialize(data));
byte[] sendData = ProtoBufffer.Serialize(msg);
WSMessage deinfo = ProtoBufffer.DeSerialize<WSMessage>(sendData);