void Start() { towerPriceLabel = GetComponentInChildren <Text>(); towerPriceLabel.text = TowerPrice.ToString(); }
private void Awake() { Instance = this; }