11 lines
246 B
C#
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
|
|
{
|
|
|
|
}
|