コード例 #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)
 {
 }