TheMathemagicians/sevenkeys/database/entities/gamepiece.go

7 lines
67 B
Go

package database
type Gamepiece struct {
Id int
Name string
}