feat(api): Implemented session closed and kick event via websocket

This commit is contained in:
2025-11-26 15:53:34 +01:00
parent 576e5af87e
commit 551938bcd3
14 changed files with 253 additions and 20 deletions

View File

@@ -1,7 +1,10 @@
function handlePlayCard(card, dog) {
// TODO needs implementation
// TODO needs implementation
}
function handleSkipDogLife(button) {
// TODO needs implementation
}
// TODO needs implementation
}
function handleKickPlayer(playerId) {
// TODO needs implementation
}