using System; using System.Collections.Generic; using System.Text; namespace DFEngine.Server { public class ServerMainDebug { public static bool DebugPackets = false; public static bool DumpPacket = false; public static bool DebugSql = false; public static bool DebugShn = false; public static bool TriggerVersion = false; } }