Exemplo n.º 1
0
        public new static void PrintChannelServerAddress(ChannelServerAddress msg, object tag)
        {
            MessagePrinter.PrintChannelServerAddress(msg, tag);
            FrontendConnect fc = (FrontendConnect)tag;

            fc.gameState.mmoChannel = msg;
        }