示例#1
0
 public static string serialize(ConnectMsgModel connect_msg)
 {
     return(JsonUtility.ToJson(connect_msg));
 }
示例#2
0
 public static void processMsg(ConnectMsgModel args)
 {
     ObjectManager.syncObject();
 }