Exemplo n.º 1
0
 public IEnumerable <Card> GetPlayerHand()
 {
     return(m_player.GetHand());
 }