move game id to live among the dtos
This commit is contained in:
@@ -3,12 +3,11 @@ package lobby
|
||||
import (
|
||||
"sync"
|
||||
|
||||
"github.com/google/uuid"
|
||||
|
||||
"git.sunturtle.xyz/studio/shotgun/game"
|
||||
"git.sunturtle.xyz/studio/shotgun/serve"
|
||||
)
|
||||
|
||||
type GameID = uuid.UUID
|
||||
type GameID = serve.GameID
|
||||
|
||||
// Lobby is a set of active games.
|
||||
type Lobby struct {
|
||||
|
Reference in New Issue
Block a user