Files
tbd-station-14/Content.Client/TextScreen/TextScreenTimerComponent.cs

11 lines
246 B
C#

namespace Content.Client.TextScreen;
/// <summary>
/// This is an active component for tracking <see cref="TextScreenVisualsComponent"/>
/// </summary>
[RegisterComponent]
public sealed partial class TextScreenTimerComponent : Component
{
}