Esempio n. 1
0
 private void ShowCards(IBasePlayerService player)
 {
     player.ShowPlayer();
 }
Esempio n. 2
0
 private void InRoundActions(IBasePlayerService player)
 {
     player.PrepareToNewRound();
     player.Turn();
 }