Ejemplo n.º 1
0
 public void TriggerOnRegisterCaps(UUID agentID, Caps caps)
 {
     handlerRegisterCaps = OnRegisterCaps;
     if (handlerRegisterCaps != null)
     {
         handlerRegisterCaps(agentID, caps);
     }
 }
Ejemplo n.º 2
0
 public void TriggerOnRegisterCaps(UUID agentID, Caps caps)
 {
     handlerRegisterCaps = OnRegisterCaps;
     if (handlerRegisterCaps != null)
     {
         handlerRegisterCaps(agentID, caps);
     }
 }