Delta-v/Content.Client/Stylesheets/SheetletConfigs/IPanelConfig.cs

10 lines
247 B
C#

using Robust.Shared.Utility;
namespace Content.Client.Stylesheets.SheetletConfigs;
public interface IPanelConfig : ISheetletConfig
{
public ResPath GeometricPanelBorderPath { get; }
public ResPath BlackPanelDarkThinBorderPath { get; }
}