Example #1
0
    public void Activate()
    {
//		Debug.Log ("Activated");
        behavior.EBStart();
        if (iESensor != null)
        {
            ((ISensorObserver)iESensor).Notify();
        }
    }
Example #2
0
 public new void EBStart()
 {
     child.EBStart();
     State = BTState.RUNNING;
 }