mirror of
https://github.com/WWhiteDreamProject/wwdpublic.git
synced 2026-04-18 14:07:53 +03:00
* Init testing * copyright * oops * Tracking the embed entity uid * testing stuff for gradual injection * work * weh * god save me * bleh * Yippee! * Again * Mini syringe ammo * cleaning up * mini syringes have a texture for fill amount * -3 cool points :( * hitboxes * init cleanup * much needed fixes * Fixes (cherry picked from commit 62f5a31c4abcaaca09af84f591cbe727e6fcb7cb)
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 { }
|