chuck.js/app/Game/Channel/GameObjects/Items/RubeDoll.js

11 lines
No EOL
118 B
JavaScript

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