Example #1
0
 private void PlayTurn(Hand hand) => DoAction(ui.SelectAction(players[CurrentPlayerIndex].Name, hand.GetCardsDetails(), players[CurrentPlayerIndex].CurrentMana, players[CurrentPlayerIndex].Health, players[OpponentIndex].Health), hand);