예제 #1
0
파일: Card.cs 프로젝트: VincentR49/Tarot
 public String ToSimpleString() => rank.GetDescription() + "" + type.GetDescription();