From b7a6fb991f768a693103309867d4128852a56a7a Mon Sep 17 00:00:00 2001 From: metalgearsloth <31366439+metalgearsloth@users.noreply.github.com> Date: Mon, 1 Apr 2024 14:41:57 +1100 Subject: [PATCH] Add ValueList import (#26640) --- .../Chemistry/EntitySystems/SolutionInjectOnEventSystem.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/Content.Server/Chemistry/EntitySystems/SolutionInjectOnEventSystem.cs b/Content.Server/Chemistry/EntitySystems/SolutionInjectOnEventSystem.cs index 8ba36e3a29..3c57cc31af 100644 --- a/Content.Server/Chemistry/EntitySystems/SolutionInjectOnEventSystem.cs +++ b/Content.Server/Chemistry/EntitySystems/SolutionInjectOnEventSystem.cs @@ -7,6 +7,7 @@ using Content.Shared.Popups; using Content.Shared.Projectiles; using Content.Shared.Tag; using Content.Shared.Weapons.Melee.Events; +using Robust.Shared.Collections; namespace Content.Server.Chemistry.EntitySystems; -- 2.51.2