Ejemplo n.º 1
0
 public virtual void OnDie()
 {
     CharacterSprite.RequestDyingAnimation();
     _velocity.Y -= 100f;
     _dying       = true;
 }