MeleeChemicalInjectorComponent.cs 321 B

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