public override void LoadHere() { boiler1.Ignite(); boiler2.Ignite(); boiler3.Ignite(); NetSetActive[] componentsInChildren = boilerCoalContainer.GetComponentsInChildren <NetSetActive>(includeInactive: true); for (int i = 0; i < componentsInChildren.Length; i++) { componentsInChildren[i].SetActive(show: true); } }