SolutionInjectOnEmbedComponent.cs 328 B

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