Ejemplo n.º 1
0
 protected void SetTime(BTNode other)
 {
     other.time      = time;
     other.deltaTime = deltaTime;
 }
Ejemplo n.º 2
0
 protected void Reset(BTNode other)
 {
     other.Reset();
 }
Ejemplo n.º 3
0
 protected EBTResult GetOtherState(BTNode other)
 {
     return(other.state);
 }