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