Ejemplo n.º 1
0
 private string GetHandValue(Player player)
 {
     return(string.Format($"({Rules.GethandValue(player._Hand)})"));
 }