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

9 lines
No EOL
94 B
JavaScript
Executable file

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