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

9 lines
No EOL
88 B
JavaScript
Executable file

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