TheMathemagicians/sevenkeys/database/entities/cardprinting.go

9 lines
121 B
Go
Raw Normal View History

2024-04-28 14:13:47 +00:00
package entities
type CardPrinting struct {
2024-04-28 14:13:47 +00:00
Id int
GamepieceId int
SetId string
ImageUrl string
}