Files
OldThink/Content.Server/Explosion/Components/AutomatedTimerComponent.cs

10 lines
251 B
C#
Raw Permalink Normal View History

namespace Content.Server.Explosion.Components;
/// <summary>
/// Disallows starting the timer by hand, must be stuck or triggered by a system.
/// </summary>
[RegisterComponent]
public sealed partial class AutomatedTimerComponent : Component
{
}