Exemplo n.º 1
0
 public void TriggerLandObjectRemoved(UUID globalID)
 {
     handlerLandObjectRemoved = OnLandObjectRemoved;
     if (handlerLandObjectRemoved != null)
     {
         handlerLandObjectRemoved(globalID);
     }
 }
Exemplo n.º 2
0
 public void TriggerLandObjectRemoved(UUID globalID)
 {
     handlerLandObjectRemoved = OnLandObjectRemoved;
     if (handlerLandObjectRemoved != null)
     {
         handlerLandObjectRemoved(globalID);
     }
 }