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
|
|
}
|