From 6649310ccf489afd6e96d7b5106d433013b0482b Mon Sep 17 00:00:00 2001 From: clyf Date: Fri, 30 Jul 2021 16:05:07 -0700 Subject: [PATCH] Moved MagbootsComponent.cs from Cloning to Clothing (#4399) --- Content.Client/{Cloning => Clothing}/MagbootsComponent.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename Content.Client/{Cloning => Clothing}/MagbootsComponent.cs (87%) 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