chuck.js/app/Game/Client/View/Mesh.js

20 lines
No EOL
280 B
JavaScript

define([
'Game/Config/Settings',
'Lib/Utilities/NotificationCenter',
"Lib/Vendor/Stats",
"Lib/Vendor/Screenfull"
],
function (Settings, Nc, Stats, Screenfull) {
function Mesh() {
}
Mesh.prototype.render = function() {
};
return Mesh;
});