Ejemplo n.º 1
0
 public override State Transition(StateMarsh newState)
 {
     return newState;
 }
Ejemplo n.º 2
0
 public abstract State Transition(StateMarsh newState);
Ejemplo n.º 3
0
 public override State Transition(StateMarsh newState)
 {
     Debug.Log("Such a transition is impossible");
     return this;
 }