more initial impl of auth utils
This commit is contained in:
@@ -63,7 +63,7 @@ object Models {
|
||||
final case class Room(
|
||||
id: RoomID,
|
||||
players: List[Player],
|
||||
owner: PlayerID,
|
||||
owner: PlayerID, // TODO switch to nickname
|
||||
password: String,
|
||||
allowedCards: List[String],
|
||||
round: RoundState,
|
||||
|
||||
Reference in New Issue
Block a user