using Pulsar.Common.Messages;
using Pulsar.Common.Messages.Other;
using Pulsar.Common.Networking;
using Pulsar.Server.Forms;
using Pulsar.Server.Networking;
using System.Windows.Forms;
namespace Pulsar.Server.Messages
{
// I literally copied all of this from another handler and shoved it in here
///
/// Handles messages for the interaction with the remote client status.
///
public class ClientDebugLog : MessageProcessorBase