namespace AcDream.App.UI; /// Canonical registry names for top-level retail-UI windows, so the /// mount, the window registry, and the toggle keybind all agree on one literal. public static class WindowNames { public const string Vitals = "vitals"; public const string Toolbar = "toolbar"; public const string Character = "character"; public const string Inventory = "inventory"; public const string Chat = "chat"; public const string Radar = "radar"; public const string Combat = "combat"; public const string JumpPowerbar = "jump-powerbar"; public const string Spellbook = "spellbook"; public const string Indicators = "indicators"; public const string PositiveEffects = "effects-positive"; public const string NegativeEffects = "effects-negative"; }