public void Attack(LivingEntity enemy) //calculated damag from attack { float damage = 0; enemy.Attacked(damage); }