void Start() { state = State.INIT; powerBarGUIScript = GUIObject.GetComponentInChildren<PowerBarGUI>(); pivotGUIScript = GUIObject.GetComponentInChildren<PivotGUI>(); }
void Start() { state = State.INIT; powerBarGUIScript = GUIObject.GetComponentInChildren <PowerBarGUI>(); pivotGUIScript = GUIObject.GetComponentInChildren <PivotGUI>(); }