using Robust.Shared.Configuration; namespace Content.Shared.CCVar; public sealed partial class CCVars { /// /// Component to be inspected using the "Quick Inspect Component" keybind. /// Set by the "quickinspect" command. /// public static readonly CVarDef DebugQuickInspect = CVarDef.Create("debug.quick_inspect", "", CVar.CLIENTONLY | CVar.ARCHIVE); }