content/hifi-content/caitlyn/production/_gameTable/mat.js
2022-02-13 22:19:19 +01:00

9 lines
No EOL
127 B
JavaScript

(function() {
var _this
function Mat() {
_this = this;
};
Mat.prototype = {}
return new Mat();
});