public void UseItem()
    {
        // acting = true;
        if (acting)
        {
            return;
        }

        damagable.UseItem();
    }