2023-09-10 07:20:27 +01:00
|
|
|
namespace Content.Server.Explosion.Components;
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
2024-06-17 03:30:10 +00:00
|
|
|
/// Disallows starting the timer by hand, must be stuck or triggered by a system using <c>StartTimer</c>.
|
2023-09-10 07:20:27 +01:00
|
|
|
/// </summary>
|
|
|
|
|
[RegisterComponent]
|
|
|
|
|
public sealed partial class AutomatedTimerComponent : Component
|
|
|
|
|
{
|
|
|
|
|
}
|