TheMathemagicians/sevenkeys/database/entities/cardprinting.go

15 lines
277 B
Go

package entities
type CardPrinting struct {
Id string
Name string
SetCode string
HasFoil bool
HasNonFoil bool
IsReserved bool
IsRacist bool
IsPromo bool
CollectorNumber string
Language string
}