implemented channel forking

This commit is contained in:
logsol 2012-07-22 18:50:44 +02:00
parent 815c63009f
commit 25653b4d58
4 changed files with 33 additions and 16 deletions

View file

@ -1,8 +1,9 @@
define([
"Game/Server/Channel"
"Game/Server/Channel",
"Game/Server/CoordinatorLink"
],
function(Channel) {
function(Channel, CoordinatorLink) {
function ChannelBootstrap(process) {