示例#1
0
 public void TriggerNotAtTargetEvent(uint localID)
 {
     handlerScriptNotAtTargetEvent = OnScriptNotAtTargetEvent;
     if (handlerScriptNotAtTargetEvent != null)
     {
         handlerScriptNotAtTargetEvent(localID);
     }
 }
示例#2
0
 public void TriggerNotAtTargetEvent(uint localID)
 {
     handlerScriptNotAtTargetEvent = OnScriptNotAtTargetEvent;
     if (handlerScriptNotAtTargetEvent != null)
     {
         handlerScriptNotAtTargetEvent(localID);
     }
 }