// Start is called before the first frame update void Start() { towerMenu = towerMenuObj.GetComponent <towerMenuScript>(); }
// Start is called before the first frame update void Start() { towerMenuInstance = towerMenu.GetComponent <towerMenuScript>(); stationMenuInstance = powerStationMenu.GetComponent <powerStationMenuScript>(); }