예제 #1
0
파일: Player.cs 프로젝트: talbert1209/War
 public Card PlayCard()
 {
     return(_hand.Deal());
 }