Ejemplo n.º 1
0
 public void TriggerSetRootAgentScene(UUID agentID, Scene scene)
 {
     handlerSetRootAgentScene = OnSetRootAgentScene;
     if (handlerSetRootAgentScene != null)
     {
         handlerSetRootAgentScene(agentID, scene);
     }
 }
Ejemplo n.º 2
0
 public void TriggerSetRootAgentScene(UUID agentID, Scene scene)
 {
     handlerSetRootAgentScene = OnSetRootAgentScene;
     if (handlerSetRootAgentScene != null)
         handlerSetRootAgentScene(agentID, scene);
 }