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

9 lines
No EOL
85 B
JavaScript

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