console-hub/html/views/data/action.js
2019-12-30 20:38:27 +01:00

6 lines
No EOL
76 B
JavaScript

class Action {
button = null;
text = "";
}
module.exports = Action;