コード例 #1
0
ファイル: Card.cs プロジェクト: VincentR49/Tarot
 public String ToSimpleString() => rank.GetDescription() + "" + type.GetDescription();