chuck.js/app/Game/Client/User.js
2013-12-09 16:48:37 +01:00

9 lines
No EOL
76 B
JavaScript

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