Ejemplo n.º 1
0
 private void Awake()
 {
     rtsum          = GetComponent <RTSUnitManager>();
     ui             = GetComponentInParent <UIManager>();
     gameController = FindObjectOfType <GameController>();
 }
Ejemplo n.º 2
0
 private void Awake()
 {
     rtsum = GetComponent <RTSUnitManager>();
     ui    = GetComponentInParent <UIManager>();
 }
Ejemplo n.º 3
0
 private void Awake()
 {
     rtsum = GetComponent <RTSUnitManager>();
 }