Delta-v/Content.Client/Stylesheets/ISheetletConfig.cs

7 lines
116 B
C#

namespace Content.Client.Stylesheets;
public interface ISheetletConfig : IStyleResources
{
// For access.
}