Ejemplo n.º 1
0
        public void SendMessage(ServerMessage msg, UInt32 owner)
        {
            if (msg == null)
            return;

            if (!msg.Send(this.clientStream, owner))
            {
            this.shouldRemove = true;
            }
        }