AutomatedTimerComponent.cs 275 B

123456789
  1. namespace Content.Server.Explosion.Components;
  2. /// <summary>
  3. /// Disallows starting the timer by hand, must be stuck or triggered by a system using <c>StartTimer</c>.
  4. /// </summary>
  5. [RegisterComponent]
  6. public sealed partial class AutomatedTimerComponent : Component
  7. {
  8. }