Separated foils from regulars

This commit is contained in:
Artyom Belousov 2020-09-22 11:00:17 +03:00
parent ca5468eb15
commit 495842efc0
4 changed files with 16 additions and 9 deletions

View file

@ -7,6 +7,7 @@ import (
type CardPrice struct {
Name string
Price string
PriceFoil string
Link string
Edition string
}