Remove old files
This commit is contained in:
parent
405ef9edc5
commit
ea2227e1b1
|
@ -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
|
|
||||||
}
|
|
|
@ -1,10 +0,0 @@
|
||||||
package entities
|
|
||||||
|
|
||||||
type CardStorageLocation struct {
|
|
||||||
Id int
|
|
||||||
CardPrintingId string
|
|
||||||
IsFoil bool
|
|
||||||
StorageBox string
|
|
||||||
Source string
|
|
||||||
Position int
|
|
||||||
}
|
|
|
@ -1,6 +0,0 @@
|
||||||
package entities
|
|
||||||
|
|
||||||
type Gamepiece struct {
|
|
||||||
Id int
|
|
||||||
Name string
|
|
||||||
}
|
|
Loading…
Reference in New Issue