feat: gamemaster
This commit is contained in:
@@ -3,10 +3,11 @@ package game
|
||||
import "github.com/google/uuid"
|
||||
|
||||
type State struct {
|
||||
ID uuid.UUID
|
||||
Turn uint
|
||||
Stage uint
|
||||
Players []PlayerState
|
||||
ID uuid.UUID
|
||||
Turn uint
|
||||
Stage uint
|
||||
Players []PlayerState
|
||||
Finished bool
|
||||
}
|
||||
|
||||
type PlayerState struct {
|
||||
|
||||
Reference in New Issue
Block a user