This website requires JavaScript.
Explore
Help
Sign In
TheMagician
/
TheMathemagicians
Watch
1
Star
0
Fork
You've already forked TheMathemagicians
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
4c8beb0eb5
TheMathemagicians
/
sevenkeys
/
database
/
entities
/
gamepiece.go
7 lines
67 B
Go
Raw
Normal View
History
Unescape
Escape
Download card data from Scryfall
2024-04-28 14:13:47 +00:00
package
entities
Simplify database schema for current use case
2024-04-24 10:54:49 +00:00
type
Gamepiece
struct
{
Id
int
Name
string
}