6
StarHorizon_Public/Content.Server/Chemistry/Components/MeleeChemicalInjectorComponent.cs
2025-08-05 10:00:54 +03: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 { }