Exemplo n.º 1
0
 private void Flop()
 {
     for (int i = 0; i < 3; i++)
     {
         _table.AddCard(_deck.Draw());
     }
 }