Пример #1
0
 public void Hide()
 {
     _ResourceUI.Hide();
     _ArmyUI.Hide();
     _HandUI.Hide();
     //show the card ui if there is a selected card
     if (_HandUI.m_SelectedCardUI != null)
     {
         _CardDisplayUI.Show();
     }
 }