using JetBrains.Annotations; namespace Content.Client.Stylesheets; /// /// Attribute used to mark a sheetlet class. Stylesheets can use this attribute to locate and load sheetlets. /// [PublicAPI] [MeansImplicitUse] public sealed class CommonSheetletAttribute : Attribute { }