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

9 lines
No EOL
100 B
JavaScript
Executable file

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