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