mirror of
https://github.com/Armored-Dragon/overte.git
synced 2025-03-11 16:13:16 +01:00
9 lines
128 B
JavaScript
9 lines
128 B
JavaScript
(function() {
|
|
var _this
|
|
|
|
function Mat() {
|
|
_this = this;
|
|
};
|
|
Mat.prototype = {}
|
|
return new Mat();
|
|
});
|