TheMathemagicians/sevenkeys/database/entities/gamepiece.go

7 lines
67 B
Go
Raw Normal View History

package database
type Gamepiece struct {
Id int
Name string
}