7 lines
184 B
C#
7 lines
184 B
C#
namespace Content.Client.HealthAnalyzer.UI.Tooltips;
|
|
|
|
public sealed partial class StatusTooltip : StaticTooltip
|
|
{
|
|
public override LocId Text => "health-analyzer-status-tooltip";
|
|
}
|