chuck.js/app/Game/Channel/GameObjects/SpectatorDoll.js
2014-03-01 14:07:03 +01:00

9 lines
No EOL
98 B
JavaScript

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