public void Tick()
 {
     if (m_net_socket != null)
     {
         m_net_socket.Update();
     }
 }