예제 #1
0
파일: Deck.cs 프로젝트: brettwgreen/Deck
 public static Card[] Shuffle()
 {
     return(Shuffle(Card.GetCards()));
 }
예제 #2
0
파일: Deck.cs 프로젝트: brettwgreen/Deck
 public static Card[] GetCards()
 {
     return(Card.GetCards());
 }