Files
crystall-punk-14/Content.Server/Chemistry/Components/SolutionInjectOnProjectileHitComponent.cs

9 lines
321 B
C#
Raw Normal View History

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