示例#1
0
文件: Card.cs 项目: VincentR49/Tarot
 public String ToSimpleString() => rank.GetDescription() + "" + type.GetDescription();