Пример #1
0
 private void ShowCards(IBasePlayerService player)
 {
     player.ShowPlayer();
 }
Пример #2
0
 private void InRoundActions(IBasePlayerService player)
 {
     player.PrepareToNewRound();
     player.Turn();
 }