5 lines
71 B
Go
5 lines
71 B
Go
package engine
|
|
|
|
// Player is a player in a game
|
|
type Player struct {
|
|
}
|