diff --git a/app/Game/Server/GameController.js b/app/Game/Server/GameController.js index 817ddd9..465500c 100755 --- a/app/Game/Server/GameController.js +++ b/app/Game/Server/GameController.js @@ -2,9 +2,9 @@ define([ "Game/Core/GameController", "Game/Server/Physics/Engine", "Game/Config/Settings", - "Chuck/Control/InputController", - "RequestAnimationFrame", - "NotificationCenter" + "Game/Core/Control/InputController", + "Lib/Unilities/RequestAnimFrame", + "Game/Server/NotificationCenter" ], function(Parent, PhysicsEngine, Settings, InputController, requestAnimFrame, NotificationCenter) {