Files
41b84f43ebf6d1c31d62f0ee5a4a4b2f025775b6
9 lines
321 B
C#
9 lines
321 B
C#
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 { }
|