Exemplo n.º 1
0
 void OnEndYearEvent(EndYearEvent e)
 {
     evictButton.SetActive(true);
 }
 void OnEndYearEvent(EndYearEvent e)
 {
     buttonBlocker.gameObject.SetActive(false);
 }
Exemplo n.º 3
0
 void OnEndYearEvent(EndYearEvent e)
 {
     SetButtonState(ButtonState.Start);
 }
Exemplo n.º 4
0
 void OnEndYearEvent(EndYearEvent e)
 {
     rentEditGroup.SetActive(true);
     rentAmount.gameObject.SetActive(false);
 }