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