chuck.js/app/Game/Client/Player.js
2013-12-09 17:35:29 +01:00

9 lines
No EOL
79 B
JavaScript

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