js-browser-tile-game/js/guicontrol.js
Aaron Yarborough 4b4e124c57 Initial commit
2019-12-02 10:05:48 +00:00

3 lines
No EOL
48 B
JavaScript

function GUIControl(type) {
this.type = type;
}