mirror of
https://github.com/WWhiteDreamProject/wwdpublic.git
synced 2026-04-19 06:28:40 +03:00
* 1 * 2 * 3 * 3 * 4 * 5 * Apply suggestions from code review --------- Co-authored-by: Spatison <137375981+Spatison@users.noreply.github.com>
7 lines
221 B
C#
7 lines
221 B
C#
using Content.Server.Chemistry.Components;
|
|
|
|
namespace Content.Server._White.Chemistry.Components;
|
|
|
|
[RegisterComponent]
|
|
public sealed partial class SolutionInjectOnTriggerComponent : BaseSolutionInjectOnEventComponent;
|