public void Update() { if (m_tcpClient != null && m_tcpClient.ClientConnected()) { m_tcpClient?.ClientReceive(); } }