diff --git a/Content.Server/Construction/Components/MachineFrameComponent.cs b/Content.Server/Construction/Components/MachineFrameComponent.cs index f7384f4bd2d..40d8bd0ef21 100644 --- a/Content.Server/Construction/Components/MachineFrameComponent.cs +++ b/Content.Server/Construction/Components/MachineFrameComponent.cs @@ -1,9 +1,9 @@ +using Content.Shared.Construction.Components; using Content.Shared.Construction.Prototypes; // Corvax-Next: upgradeable machine parts using Content.Shared.Stacks; using Content.Shared.Tag; using Robust.Shared.Containers; using Robust.Shared.Prototypes; -using Robust.Shared.Serialization.TypeSerializers.Implementations.Custom.Prototype.Dictionary; // Corvax-Next: upgradeable machine parts namespace Content.Server.Construction.Components {