added base classes to Server

This commit is contained in:
Jeena 2013-12-09 16:45:50 +01:00
parent 9f8b3537a9
commit 9ec6074494
7 changed files with 60 additions and 4 deletions

View file

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