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,5 +1,5 @@
|
|||
define([
|
||||
"Game/Core/NotificationCenter"
|
||||
"Lib/Utilities/NotificationCenter"
|
||||
],
|
||||
|
||||
function (NotificationCenter) {
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@ define([
|
|||
"Game/Core/Control/PlayerController",
|
||||
"Game/Client/Control/KeyboardInput",
|
||||
"Game/Client/Control/Input/MouseInput",
|
||||
"Game/Core/NotificationCenter"
|
||||
"Lib/Utilities/NotificationCenter"
|
||||
],
|
||||
|
||||
function (Parent, KeyboardInput, MouseInput, NotificationCenter) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue