feat: init client
This commit is contained in:
10
models/legal.go
Normal file
10
models/legal.go
Normal file
@@ -0,0 +1,10 @@
|
||||
package models
|
||||
|
||||
// Legal informs about legality of the card in restricted tournament.
|
||||
type Legal struct {
|
||||
// Standard card usable is standard tournaments.
|
||||
Standard bool `json:"standard"`
|
||||
|
||||
// Expanded card usable in expended tournament
|
||||
Expanded bool `json:"expanded"`
|
||||
}
|
||||
Reference in New Issue
Block a user