mirror of
https://github.com/logsol/chuck.js.git
synced 2026-05-11 10:37:34 +00:00
moved Protocol and NotificationCenter to Lib/Utilities
This commit is contained in:
parent
93e8133c89
commit
3aa89fc8d6
24 changed files with 30 additions and 30 deletions
|
|
@ -1,8 +1,8 @@
|
|||
define([
|
||||
"Game/Server/GameController",
|
||||
"Game/Core/NotificationCenter",
|
||||
"Lib/Utilities/NotificationCenter",
|
||||
"Game/Server/User",
|
||||
"Game/Core/Protocol/Helper"
|
||||
"Lib/Utilities/Protocol/Helper"
|
||||
],
|
||||
|
||||
function (GameController, NotificationCenter, User, ProtocolHelper) {
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
define([
|
||||
"Game/Core/Control/PlayerController",
|
||||
"Game/Core/NotificationCenter",
|
||||
"Game/Core/Protocol/Parser"
|
||||
"Lib/Utilities/NotificationCenter",
|
||||
"Lib/Utilities/Protocol/Parser"
|
||||
],
|
||||
|
||||
function(Parent, NotificationCenter, Parser) {
|
||||
|
|
|
|||
|
|
@ -4,10 +4,10 @@ define([
|
|||
"Game/Config/Settings",
|
||||
"Game/Server/Control/PlayerController",
|
||||
"Lib/Utilities/RequestAnimFrame",
|
||||
"Game/Core/NotificationCenter",
|
||||
"Lib/Utilities/NotificationCenter",
|
||||
"Game/Server/Player",
|
||||
"Game/Server/GameObjects/GameObject",
|
||||
"Game/Server/Physics/Doll"
|
||||
"Game/Server/GameObjects/Doll"
|
||||
],
|
||||
|
||||
function (Parent, PhysicsEngine, Settings, PlayerController, requestAnimFrame, NotificationCenter, Player, GameObject, Doll) {
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
define([
|
||||
"Game/Core/Physics/Doll"
|
||||
"Game/Core/GameObjects/Doll"
|
||||
],
|
||||
|
||||
function(Parent) {
|
||||
|
|
@ -1,5 +1,5 @@
|
|||
define([
|
||||
"Game/Core/NotificationCenter",
|
||||
"Lib/Utilities/NotificationCenter",
|
||||
"Game/Server/Channel"
|
||||
],
|
||||
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
define([
|
||||
"Game/Core/User",
|
||||
"Game/Core/NotificationCenter",
|
||||
"Game/Core/Protocol/Helper"
|
||||
"Lib/Utilities/NotificationCenter",
|
||||
"Lib/Utilities/Protocol/Helper"
|
||||
],
|
||||
|
||||
function(Parent, NotificationCenter, ProtocolHelper) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue