Ejemplo n.º 1
0
 private void Update()
 {
     if (UnitManager._selectedObject == null)
     {
         _uiGod.DisableDropDownMenu();
     }
 }
Ejemplo n.º 2
0
 public void ConfirmButtonPress()
 {
     UnitManager._selectedObject.GetComponent <Actor>().LockInInteraction(_assignedInteraction, _targetPos);
     _uiGod.DisableDropDownMenu();
 }