feat(api): Vue

Added functionality to Lobby in Vue
This commit is contained in:
LQ63
2025-12-04 01:42:35 +01:00
parent 5eb0eac39e
commit 717bec80ac
2 changed files with 7 additions and 3 deletions

View File

@@ -487,8 +487,11 @@ const LobbyComponent = {
startGame() { startGame() {
globalThis.startGame() globalThis.startGame()
}, },
leaveGame() { leaveGame(gameId) {
//TODO: Needs implementation
},
handleKickPlayer(playerId) {
globalThis.handleKickPlayer(playerId)
} }
} }
}; };

View File

@@ -1,5 +1,6 @@
/* /*
function handlePlayCard(cardidx) {} function handlePlayCard(cardidx) {
}
*/ */
function handleSkipDogLife(button) { function handleSkipDogLife(button) {
// TODO needs implementation // TODO needs implementation