chuck.js/app/Game/Client/GameObjects/Items/Skateboard.js
2014-01-12 00:36:18 +01:00

9 lines
No EOL
100 B
JavaScript

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