Exemple #1
0
 public void TriggerOnScriptChangedEvent(uint localID, uint change)
 {
     handlerScriptChangedEvent = OnScriptChangedEvent;
     if (handlerScriptChangedEvent != null)
     {
         handlerScriptChangedEvent(localID, change);
     }
 }
Exemple #2
0
 public void TriggerOnScriptChangedEvent(uint localID, uint change)
 {
     handlerScriptChangedEvent = OnScriptChangedEvent;
     if (handlerScriptChangedEvent != null)
         handlerScriptChangedEvent(localID, change);
 }