예제 #1
0
 public override string ToString()
 {
     return(String.Format("{0}: {1}/{2}/({3})  H: {4}, P: {5}, Di: {6}, Dk {7}", Player.Name, Actions, Buys, Coins, Hand.Count(), _cardsInPlay.Count(), _player.DiscardPile.Count(), _player.Deck.Count()));
 }