chuck.js/app/Game/Server/GameObjects/Items/RagDoll.js
2014-02-12 00:30:09 +01:00

9 lines
No EOL
98 B
JavaScript

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