Example #1
0
 public void OnFixedUpdate()
 {
     if (m_Socket != null)
     {
         m_Socket.SendKeepHeartbeat(m_RemotePoint);
     }
 }