mirror of
https://github.com/danbulant/console-hub
synced 2026-05-25 21:11:57 +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; |