mirror of
https://github.com/danbulant/console-hub
synced 2026-05-19 12:28:47 +00:00
7 lines
No EOL
89 B
JavaScript
7 lines
No EOL
89 B
JavaScript
class Button {
|
|
icon = "";
|
|
player = -1;
|
|
type = "";
|
|
}
|
|
|
|
module.exports = Button; |