玩家准备
This commit is contained in:
parent
4a34490d1a
commit
42ec7840db
@ -564,7 +564,7 @@ public class test : MonoBehaviour
|
|||||||
|
|
||||||
WSMessage msg = new WSMessage();
|
WSMessage msg = new WSMessage();
|
||||||
msg.Module = "hall";
|
msg.Module = "hall";
|
||||||
msg.ServiceName = "GetSelectHistoryList";
|
msg.ServiceName = "StartGameDrill";
|
||||||
msg.Data = ByteString.CopyFrom(ProtoBufffer.Serialize(data));
|
msg.Data = ByteString.CopyFrom(ProtoBufffer.Serialize(data));
|
||||||
byte[] sendData = ProtoBufffer.Serialize(msg);
|
byte[] sendData = ProtoBufffer.Serialize(msg);
|
||||||
WSMessage deinfo = ProtoBufffer.DeSerialize<WSMessage>(sendData);
|
WSMessage deinfo = ProtoBufffer.DeSerialize<WSMessage>(sendData);
|
||||||
|
Loading…
Reference in New Issue
Block a user