예제 #1
0
 public FireState(IPowerUpState <Peach> previousState)
 {
     PreviousState = previousState;
 }
예제 #2
0
 public StandardState(IPowerUpState <Peach> previousState)
 {
     PreviousState = previousState;
 }