Ejemplo n.º 1
0
 protected override void Kill()
 {
     if (!IsDead)
     {
         Gem.Generate(MaxHealth / 10, this);
     }
     base.Kill();
 }