mirror of
https://github.com/shouptech/share-a-bike.git
synced 2026-02-03 12:29:42 +00:00
11 lines
No EOL
196 B
JavaScript
11 lines
No EOL
196 B
JavaScript
function KioskAssistant(argFromPusher) {
|
|
}
|
|
|
|
KioskAssistant.prototype = {
|
|
setup: function() {
|
|
Ares.setupSceneAssistant(this);
|
|
},
|
|
cleanup: function() {
|
|
Ares.cleanupSceneAssistant(this);
|
|
}
|
|
}; |