コード例 #1
0
ファイル: PexesoService.cs プロジェクト: jurcik46/Pexeso
 public int GetCardIndex(Card card)
 {
     return(GameCards.FindIndex(x => x == card));
 }