]> git.smokeofanarchy.ru Git - space-station-14.git/commitdiff
Fix import (#36706)
authormetalgearsloth <31366439+metalgearsloth@users.noreply.github.com>
Sat, 19 Apr 2025 02:31:21 +0000 (12:31 +1000)
committerGitHub <noreply@github.com>
Sat, 19 Apr 2025 02:31:21 +0000 (12:31 +1000)
Content.Server/Atmos/Piping/Unary/Components/GasOutletInjectorComponent.cs

index 65755d62c5648f206f91512f3eb1430a92ab789c..8cc3f214369503b523f59395186ced2b6db1fd0d 100644 (file)
@@ -1,6 +1,7 @@
 using Content.Server.Atmos.Piping.Binary.Components;
 using Content.Server.Atmos.Piping.Unary.EntitySystems;
 using Content.Shared.Atmos;
+using Content.Shared.Atmos.Piping.Binary.Components;
 using Content.Shared.Guidebook;
 
 namespace Content.Server.Atmos.Piping.Unary.Components