namespace HC3; public static class DebugMode { [ConVar( "hc3.debugmode", ConVarFlags.Cheat )] public static bool Enabled { get; set; } = false; }