Beispiel #1
0
 public void TriggerLandObjectRemoved(UUID globalID)
 {
     handlerLandObjectRemoved = OnLandObjectRemoved;
     if (handlerLandObjectRemoved != null)
     {
         handlerLandObjectRemoved(globalID);
     }
 }
Beispiel #2
0
 public void TriggerLandObjectRemoved(UUID globalID)
 {
     handlerLandObjectRemoved = OnLandObjectRemoved;
     if (handlerLandObjectRemoved != null)
     {
         handlerLandObjectRemoved(globalID);
     }
 }