chuck.js/app/Game/Client/Loader/Level.js
2014-01-12 16:59:16 +01:00

9 lines
No EOL
85 B
JavaScript
Executable file

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