Reviewed-on: #87 Reviewed-by: lq64 <lq@blackhole.local> Co-authored-by: Janis <janis.e.20@gmx.de> Co-committed-by: Janis <janis.e.20@gmx.de>
11 lines
218 B
JavaScript
11 lines
218 B
JavaScript
function handlePlayCard(card, dog) {
|
|
// TODO needs implementation
|
|
}
|
|
|
|
function handleSkipDogLife(button) {
|
|
// TODO needs implementation
|
|
}
|
|
function handleKickPlayer(playerId) {
|
|
// TODO needs implementation
|
|
}
|