コード例 #1
0
ファイル: CardDeck.cs プロジェクト: Ar2rZ/basketballcards
 public void Load(string path)
 {
     DrawPile.Load(path);
 }