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

9 lines
194 B
C#

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