fish-station/Content.Server/Explosion/Components/StartTimerOnShootComponent.cs
2024-10-30 20:10:24 +03:00

6 lines
139 B
C#

namespace Content.Server.Explosion.Components;
[RegisterComponent]
public sealed partial class StartTimerOnShootComponent : Component
{
}