]> git.smokeofanarchy.ru Git - space-station-14.git/commitdiff
Add ValueList import (#26640)
authormetalgearsloth <31366439+metalgearsloth@users.noreply.github.com>
Mon, 1 Apr 2024 03:41:57 +0000 (14:41 +1100)
committerGitHub <noreply@github.com>
Mon, 1 Apr 2024 03:41:57 +0000 (14:41 +1100)
Content.Server/Chemistry/EntitySystems/SolutionInjectOnEventSystem.cs

index 8ba36e3a293309b89bb5e5fdfcda090f1f87ddb0..3c57cc31afd3ea98acfc989743bd99611d22ce05 100644 (file)
@@ -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;