Ejemplo n.º 1
0
 public override void TakeDamage()
 {
     this.StateMachine.Normal.Enter(this);
     SoundFactory.PlaySoundEffect(SoundFactory.PowerDown());
 }