Example #1
0
 private void ActivateShip()
 {
     popUpElement.SetActive(false, true);
     CompletedShipmentPreviousDay = false;
     HasReceivedShipment          = true;
     animator.SetTrigger("Start");
 }
 public void OnFocus()
 {
     popUpElement?.SetActive(true);
 }
Example #3
0
 public void OnFocus()
 {
     hungerBar.SetActive(true);
     starvationIcon.SetActive(false);
 }
Example #4
0
 private void OnEnable()
 {
     startButtonPopUpElement?.SetActive(false, true);
     startButtonPopUpElement?.SetActive(true);
 }