From: metalgearsloth <31366439+metalgearsloth@users.noreply.github.com> Date: Mon, 1 Apr 2024 03:41:57 +0000 (+1100) Subject: Add ValueList import (#26640) X-Git-Url: https://git.smokeofanarchy.ru/gitweb.cgi?a=commitdiff_plain;h=b7a6fb991f768a693103309867d4128852a56a7a;p=space-station-14.git Add ValueList import (#26640) --- 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;