6
StarHorizon_Public/Content.Server/Chemistry/Components/SolutionInjectOnEmbedComponent.cs
2025-11-05 11:11:22 +03:00

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 { }