6
StarHorizon_Public/Content.Server/_NF/Explosion/Components/TriggerOnProjectileHitComponent.cs
2026-01-24 12:49:55 +03:00

8 lines
241 B
C#

namespace Content.Server._NF.Explosion.Components;
/// <summary>
/// Triggers on the entity hitting something else as a projectile.
/// </summary>
[RegisterComponent]
public sealed partial class TriggerOnProjectileHitComponent : Component;