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

9 lines
No EOL
87 B
JavaScript
Executable file

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