예제 #1
0
 public string PlayerCardToStyle(PlayerCard cardShape)
 {
     return(cardShape.PrettyString());
 }