1
0

SolutionInjectOnProjectileHitComponent.cs 321 B

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