Example #1
0
 public void ForceBegin()         //Force the State to begin, whether or not CanInitiate() returns True
 {
     controller.SetState(this, true);
 }