feat: Enhance game and lobby components with improved state management and user notifications
This commit is contained in:
Submodule knockoutwhistfrontend updated: 17c0357717...30798ce723
@@ -74,6 +74,10 @@ class UserSession(val user: User, val host: Boolean, val gameLobby: GameLobby) e
|
|||||||
}
|
}
|
||||||
case "ReturnToLobby" =>
|
case "ReturnToLobby" =>
|
||||||
gameLobby.returnToLobby(this)
|
gameLobby.returnToLobby(this)
|
||||||
|
case "LeaveGame" =>
|
||||||
|
gameLobby.leaveGame(user.id, false)
|
||||||
|
case _ =>
|
||||||
|
println("Unknown event type: " + eventType + " with data: " + data)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user