コード例 #1
0
 public void TriggerLandObjectRemoved(UUID globalID)
 {
     handlerLandObjectRemoved = OnLandObjectRemoved;
     if (handlerLandObjectRemoved != null)
     {
         handlerLandObjectRemoved(globalID);
     }
 }
コード例 #2
0
ファイル: EventManager.cs プロジェクト: intari/OpenSimMirror
 public void TriggerLandObjectRemoved(UUID globalID)
 {
     handlerLandObjectRemoved = OnLandObjectRemoved;
     if (handlerLandObjectRemoved != null)
     {
         handlerLandObjectRemoved(globalID);
     }
 }