玩家准备
This commit is contained in:
parent
4a34490d1a
commit
42ec7840db
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user