Files
wwdpublic/Content.Server/Chemistry/Components/MeleeChemicalInjectorComponent.cs
Tayrtahn 1769ba7908 Combine solution injection systems; Fix embeddable injectors (#26268)
* Combine injection systems

* Update Content.Server/Chemistry/EntitySystems/SolutionInjectOnEventSystem.cs

---------

Co-authored-by: metalgearsloth <31366439+metalgearsloth@users.noreply.github.com>
2024-07-11 21:14:47 -07:00

9 lines
321 B
C#

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