예제 #1
0
 public Forgeron()
 {
     currentStatesInstance = new Neutral();
 }
예제 #2
0
 public void changeState(IControlerForgeron StatesInstance)
 {
     currentStatesInstance = StatesInstance;
 }