cleaned up the mess ... :)

This commit is contained in:
logsol 2012-08-29 16:11:43 +02:00
parent ec1bceb1b6
commit dd154aa576
6 changed files with 34 additions and 23 deletions

View file

@ -1,13 +1,11 @@
define([
"Lobby/User",
"Game/Server/Channel",
"Lobby/PipeToChannel"
"child_process"
"Lobby/PipeToChannel",
"Game/Core/NotificationCenter"
],
function (User, Channel, PipeToChannel, childProcess) {
var fork = childProcess.fork;
function (User, Channel, PipeToChannel, NotificationCenter) {
function Coordinator () {
this.channels = {};