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

9 lines
No EOL
76 B
JavaScript
Executable file

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