Beispiel #1
0
 /// <summary>
 /// Changes the UI and objects in our game for the battle phase.
 /// </summary>
 private void SetupUIForCardPlacement()
 {
     DeckUI.Show();
     HandUI.Show();
 }
Beispiel #2
0
 /// <summary>
 /// Changes the UI and objects in our game for the card placement phase.
 /// </summary>
 private void SetupUIForBattle()
 {
     DeckUI.Hide();
     HandUI.Hide();
 }