console-hub/html/views/data/card.js
2019-12-30 20:38:27 +01:00

6 lines
No EOL
78 B
JavaScript

class Card {
name = "";
image = "";
action = "";
onclick(){}
}