public void BuyOrUpgradeTower()
    {
        commandTarget.BuyOrUpgradeTower();

        if (source != null)
        {
            source.Play(0);
        }
    }