Constellations/js/Mode/Solve.js

9 lines
70 B
JavaScript

return {
events: {
onEnter: onEnter,
}
};
function onEnter() {
}