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