TheMathemagicians/sevenkeys/database/entities/gamepiece.go

7 lines
67 B
Go
Raw Normal View History

2024-04-28 14:13:47 +00:00
package entities
type Gamepiece struct {
Id int
Name string
}