Ejemplo n.º 1
0
 private void Start()
 {
     _selectionController = GetComponent <PlayerSelectionController>();
     _actionController    = GetComponent <ActionRelay>();
 }
Ejemplo n.º 2
0
 private void Start()
 {
     _selectionController = FindObjectOfType <PlayerSelectionController>();
     _selectionController.updateSelectedUnits += UpdatePanel;
     _raycaster = GetComponent <GraphicRaycaster>();
 }