示例#1
0
 public void ShowEndTurnButton()
 {
     if (ActivePlayer.GetType() == typeof(Player))
     {
         endTurnButton.Show();
     }
 }
示例#2
0
 public void Show()
 {
     unitListUI.Show();
     turnCounterUI.Show();
     endTurnButton.Show();
 }