Exemplo n.º 1
0
 public AsyncScenePresence()
 {
     IsJumping = false;
     Frozen = false;
     IsTainted = false;
     SitGround = false;
     CurrentParcel = null;
     m_sendCourseLocationsMethod = SendCoarseLocationsDefault;
 }
Exemplo n.º 2
0
 public void SetSendCourseLocationMethod(SendCourseLocationsMethod2 d)
 {
     if (d != null)
         m_sendCourseLocationsMethod = d;
 }