8 lines
88 B
Go
8 lines
88 B
Go
package game
|
|
|
|
type GameParameter struct {
|
|
Series string
|
|
Players uint
|
|
Public bool
|
|
}
|