Esempio n. 1
0
 public FireState(IPowerUpState <Peach> previousState)
 {
     PreviousState = previousState;
 }
Esempio n. 2
0
 public StandardState(IPowerUpState <Peach> previousState)
 {
     PreviousState = previousState;
 }