mirror of
https://github.com/danbulant/console-hub
synced 2026-05-19 12:28:47 +00:00
8 lines
No EOL
102 B
JavaScript
8 lines
No EOL
102 B
JavaScript
class Card {
|
|
name = "";
|
|
image = "";
|
|
action = "";
|
|
onclick(){}
|
|
}
|
|
|
|
module.exports = Card; |