Esempio n. 1
0
 public BroVisit(BrotherFire angryBroEvent, SoundEffect effect, SpriteFont openingText)
 {
     this.angryBro = angryBroEvent;
     this.angryBro.nextState = false;
     this.effect = effect;
     SetUpInput();
     this.openingTxt = openingText;
 }
Esempio n. 2
0
 public EndState(BrotherFire angryBroEvent, SoundEffect soundEffect, SpriteFont openingText)
 {
     this.angryBro = angryBroEvent;
     this.angryBro.nextState = false;
     this.effect = soundEffect;
     this.openingTxt = openingText;
 }