示例#1
0
 public State(BasicStateController stateController)
 {
     this.stateController = stateController;
 }
示例#2
0
 //This is the basic setup for a state
 public StartState(BasicStateController stateController) : base(stateController)
 {
 }