Ejemplo n.º 1
0
 public void Hide()
 {
     unitListUI.Hide();
     turnCounterUI.Hide();
     endTurnButton.Hide();
     HidePortrait();
 }
Ejemplo n.º 2
0
 public void HideEndTurnButton()
 {
     if (ActivePlayer.GetType() == typeof(Player))
     {
         endTurnButton.Hide();
     }
 }