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