Lots of additions and restructuring

This commit is contained in:
2021-10-30 21:58:43 -04:00
parent 9cf11e982f
commit 20cac8c378
37 changed files with 4465 additions and 117 deletions

View File

@@ -8,7 +8,7 @@ namespace TOOHUCardAPI.Data.Models
[Key]
public string ItemCode { get; set; }
public string CardName { get; set; }
public Rarity Rarity { get; set; }
public Rarity Quality { get; set; }
public bool HasVoice { get; set; }
public bool HasPortrait { get; set; }
}