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