Files
OldThink/Content.Server/_White/Explosion/TriggerOnLandComponent.cs

9 lines
179 B
C#
Raw Permalink Normal View History

namespace Content.Server._White.Explosion;
[RegisterComponent]
public sealed partial class TriggerOnLandComponent : Component
{
[DataField]
2024-07-25 16:33:11 +03:00
public float Delay = 1f;
}