namespace Content.Server.Chemistry.Components; /// /// Used for projectile entities that should try to inject a /// contained solution into a target when they hit it. /// [RegisterComponent] public sealed partial class SolutionInjectOnProjectileHitComponent : BaseSolutionInjectOnEventComponent { }