feat(api): Implement received hand event handling and UI updates (#83)
#76 Reviewed-on: #83
This commit is contained in:
7
knockoutwhistweb/public/javascripts/interact.js
Normal file
7
knockoutwhistweb/public/javascripts/interact.js
Normal file
@@ -0,0 +1,7 @@
|
||||
function handlePlayCard(card, dog) {
|
||||
// TODO needs implementation
|
||||
}
|
||||
|
||||
function handleSkipDogLife(button) {
|
||||
// TODO needs implementation
|
||||
}
|
||||
Reference in New Issue
Block a user