/// <summary> /// Returns the construction cost of the building. /// </summary> /// <returns>Construction cost</returns> public override int GetConstructionCost() => AIUtils.WorkplaceConstructionCost(this, m_constructionCost);