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

10 lines
225 B
C#

using Robust.Shared.Utility;
namespace Content.Client.Stylesheets.SheetletConfigs;
public interface ITooltipConfig : ISheetletConfig
{
public ResPath TooltipBoxPath { get; }
public ResPath WhisperBoxPath { get; }
}