diff --git a/Content.Client/Cloning/MagbootsComponent.cs b/Content.Client/Clothing/MagbootsComponent.cs similarity index 87% rename from Content.Client/Cloning/MagbootsComponent.cs rename to Content.Client/Clothing/MagbootsComponent.cs index dce398cf52..fb03315318 100644 --- a/Content.Client/Cloning/MagbootsComponent.cs +++ b/Content.Client/Clothing/MagbootsComponent.cs @@ -1,7 +1,7 @@ -using Content.Shared.Clothing; +using Content.Shared.Clothing; using Robust.Shared.GameObjects; -namespace Content.Client.Cloning +namespace Content.Client.Clothing { [RegisterComponent] public sealed class MagbootsComponent : SharedMagbootsComponent