Example #1
0
 public ClientBot(int Place, Table Table, CardList cards)
     : this(Place, Table)
 {
     #if DEBUG
     Debug.WriteLine("Создание бота. Карты: {0}, Место: {1}, Стол: {2}", cards.ToString(), Place, Table.ID);
     #endif
     botCards = cards;
     RenewDontUsedCards();
 }
Example #2
0
 public BaseBonusList(CardList cards)
 {
     #if DEBUG
     Debug.WriteLine("{0} Создание списка бонусов из списка карт: {1}", DateTime.Now, cards.ToString());
     #endif
 }