Exemple #1
0
        public new static void PrintNotifyAction(NotifyAction msg, object tag)
        {
            MessagePrinter.PrintNotifyAction(msg, tag);
            FrontendConnect fc = (FrontendConnect)tag;

            MongoDBConnect.connection.InsertNotifyAction(msg, fc.gameState.mmoChannel.ChannelID, fc.gameState.townID);
        }