chuck.js/app/Game/Server/GameObjects/Item.js
2013-12-25 04:35:51 +01:00

9 lines
No EOL
88 B
JavaScript

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