mirror of
https://github.com/danbulant/console-hub
synced 2026-05-26 05:22:03 +00:00
6 lines
No EOL
78 B
JavaScript
6 lines
No EOL
78 B
JavaScript
class Card {
|
|
name = "";
|
|
image = "";
|
|
action = "";
|
|
onclick(){}
|
|
} |