public StatePowerupSuper(StateMachineMarioPowerup stateMachine) : base(stateMachine)
 {
 }
Exemple #2
0
 public StatePowerupFire(StateMachineMarioPowerup stateMachine) : base(stateMachine)
 {
 }
Exemple #3
0
 protected StatePowerup(StateMachineMarioPowerup stateMachine)
 {
     this.StateMachine  = stateMachine;
     this.PreviousState = this;
 }
Exemple #4
0
 public StatePowerupNormal(StateMachineMarioPowerup stateMachine) : base(stateMachine)
 {
 }