chuck.js/app/Game/Channel/Loader/TiledLevel.js
2014-03-01 14:07:03 +01:00

9 lines
No EOL
90 B
JavaScript

define([
"Game/Core/Loader/TiledLevel"
],
function (Parent) {
return Parent;
});