checked paths for inheritance in client

This commit is contained in:
logsol 2013-12-09 16:48:37 +01:00
parent d8933dc9d3
commit 907ef49a53
8 changed files with 33 additions and 12 deletions

9
app/Game/Client/User.js Normal file
View file

@ -0,0 +1,9 @@
define([
"Game/Core/User"
],
function(Parent) {
return Parent;
});