add card_view for library
This commit is contained in:
parent
26aff0ecbb
commit
a0ec6430db
9
card_view.go
Normal file
9
card_view.go
Normal file
@ -0,0 +1,9 @@
|
||||
package tome_lib
|
||||
|
||||
type CardView struct {
|
||||
Name string `json:"name"`
|
||||
Type int `json:"type"`
|
||||
Rank int `json:"rank"`
|
||||
ImageURI string `json:"image_uri"`
|
||||
Flavour string `json:"flavour"`
|
||||
}
|
Loading…
Reference in New Issue
Block a user