mirror of
https://github.com/danbulant/console-hub
synced 2026-05-19 12:28:47 +00:00
6 lines
No EOL
76 B
JavaScript
6 lines
No EOL
76 B
JavaScript
class Action {
|
|
button = null;
|
|
text = "";
|
|
}
|
|
|
|
module.exports = Action; |