Fixed SCG prices

This commit is contained in:
Artyom Belousov 2020-09-22 10:22:26 +03:00
parent 631213a412
commit 3919b21318
8 changed files with 51 additions and 199 deletions

View file

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