console-hub/html/views/data/card.js
2019-12-30 21:29:12 +01:00

8 lines
No EOL
102 B
JavaScript

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