Files
0783eb1380eb633bf76c1fa910d574c4e12ef7d6
9 lines
328 B
C#
9 lines
328 B
C#
namespace Content.Server.Chemistry.Components;
|
|||
|
|||
/// <summary>
|
|||
/// Used for embeddable entities that should try to inject a
|
|||
/// contained solution into a target when they become embedded in it.
|
|||
/// </summary>
|
|||
[RegisterComponent]
|
|||
public sealed partial class SolutionInjectOnEmbedComponent : BaseSolutionInjectOnEventComponent { }
|