TheMathemagicians/sevenkeys/database/entities/cardprinting.go

15 lines
277 B
Go
Raw Normal View History

2024-04-28 14:13:47 +00:00
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
}