7 lines
140 B
JavaScript
7 lines
140 B
JavaScript
function handlePlayCard(card, dog) {
|
|
// TODO needs implementation
|
|
}
|
|
|
|
function handleSkipDogLife(button) {
|
|
// TODO needs implementation
|
|
} |