Remove old files

This commit is contained in:
The Magician 2024-05-30 13:02:08 +01:00
parent 405ef9edc5
commit ea2227e1b1
3 changed files with 0 additions and 30 deletions

View File

@ -1,14 +0,0 @@
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
}

View File

@ -1,10 +0,0 @@
package entities
type CardStorageLocation struct {
Id int
CardPrintingId string
IsFoil bool
StorageBox string
Source string
Position int
}

View File

@ -1,6 +0,0 @@
package entities
type Gamepiece struct {
Id int
Name string
}