Esempio n. 1
0
 public void ClearBoard(MonopolyCardGameCardInformation thisCard)
 {
     HandList.ReplaceAllWithGivenItem(thisCard);
     ScrollToBottom();
 }
Esempio n. 2
0
 public void ClearBoard(LifeCardGameCardInformation thisCard)
 {
     HandList.ReplaceAllWithGivenItem(thisCard);
 }