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