public void SetBoost(Boost boost) { _boost = boost; title.text = boost.GetName(); cost.text = boost.GetCost() + "pts"; }