Files
wwdpublic/Content.Server/_White/Chemistry/Components/SolutionInjectOnTriggerComponent.cs
Boevi4ok b38c396bac [ADD] they are in the trees Johnny! (#642)
* 1

* 2

* 3

* 3

* 4

* 5

* Apply suggestions from code review

---------

Co-authored-by: Spatison <137375981+Spatison@users.noreply.github.com>
2025-07-05 18:41:35 +10:00

7 lines
221 B
C#

using Content.Server.Chemistry.Components;
namespace Content.Server._White.Chemistry.Components;
[RegisterComponent]
public sealed partial class SolutionInjectOnTriggerComponent : BaseSolutionInjectOnEventComponent;