public void TriggerLandObjectRemoved(UUID globalID) { handlerLandObjectRemoved = OnLandObjectRemoved; if (handlerLandObjectRemoved != null) { handlerLandObjectRemoved(globalID); } }