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

7 lines
No EOL
89 B
JavaScript

class Button {
icon = "";
player = -1;
type = "";
}
module.exports = Button;