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