Esempio n. 1
0
 // -------------------------------------------------------------------------
 public virtual void OnArriveEvent(PathNodeEvent aEvent)
 {
     if (aEvent != null)
     {
         Debug.Log("Arrive event: " + aEvent);
     }
 }
Esempio n. 2
0
 // -------------------------------------------------------------------------
 public virtual void OnArriveEvent(PathNodeEvent aEvent)
 {
     if (aEvent != null)
     {
         aEvent.ProcessEvent(gameObject);
     }
 }