using Robust.Shared.Utility; namespace Content.Client.Stylesheets.SheetletConfigs; public interface INanoHeadingConfig : ISheetletConfig { public ResPath NanoHeadingPath { get; } }