public void Send() { U3DSocket.shareSocket().Send(this); }
public void Send(string key = null) { U3DSocket.shareSocket().Send(this, key); }