Example #1
0
 void OnUIChangeState(UIGame.states state)
 {
     if (state == UIGame.states.PLAYING)
     {
         RefreshButtons();
     }
 }
Example #2
0
 void OnUIChangeState(UIGame.states state)
 {
     if (state == UIGame.states.PLAYING)
     {
         panel.SetActive(false);
     }
 }