From 33437584f531c15347a1648832bbbb42c7e33a8c Mon Sep 17 00:00:00 2001 From: Darki255 Date: Mon, 5 Aug 2024 14:58:39 +0300 Subject: [PATCH] =?UTF-8?q?=D0=BF=D0=BE=D0=BC=D0=BE=D0=B3=D0=B0=D0=B5?= =?UTF-8?q?=D0=BC=20=D0=B0=D0=BD=D0=B4=D0=B5=D1=80=D1=83=20=D1=81=20=D1=80?= =?UTF-8?q?=D0=B5=D0=B2=D1=8C=D1=8E?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Content.Server/ADT/Hemophilia/HemophiliaSystem.cs | 4 ++-- Content.Server/Body/Components/BloodstreamComponent.cs | 2 +- Content.Shared/ADT/hemophilia/HemophiliaComponent.cs | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Content.Server/ADT/Hemophilia/HemophiliaSystem.cs b/Content.Server/ADT/Hemophilia/HemophiliaSystem.cs index eb84218b8e0..9092cc66a14 100644 --- a/Content.Server/ADT/Hemophilia/HemophiliaSystem.cs +++ b/Content.Server/ADT/Hemophilia/HemophiliaSystem.cs @@ -1,7 +1,7 @@ using Content.Server.Body.Components; -using Content.Shared.Traits; +using Content.Shared.ADT.Traits; -namespace Content.Server.Hemophilia; +namespace Content.Server.ADT.Hemophilia; public sealed partial class HemophiliaSystem : EntitySystem { diff --git a/Content.Server/Body/Components/BloodstreamComponent.cs b/Content.Server/Body/Components/BloodstreamComponent.cs index b9b3c16e864..2eb356dc0e9 100644 --- a/Content.Server/Body/Components/BloodstreamComponent.cs +++ b/Content.Server/Body/Components/BloodstreamComponent.cs @@ -9,7 +9,7 @@ using Robust.Shared.Audio; using Robust.Shared.Prototypes; using Robust.Shared.Serialization.TypeSerializers.Implementations.Custom; -using Content.Server.Hemophilia; +using Content.Server.ADT.Hemophilia; namespace Content.Server.Body.Components { diff --git a/Content.Shared/ADT/hemophilia/HemophiliaComponent.cs b/Content.Shared/ADT/hemophilia/HemophiliaComponent.cs index 2a82c95013d..30ed792e1b1 100644 --- a/Content.Shared/ADT/hemophilia/HemophiliaComponent.cs +++ b/Content.Shared/ADT/hemophilia/HemophiliaComponent.cs @@ -1,4 +1,4 @@ -namespace Content.Shared.Traits; +namespace Content.Shared.ADT.Traits; [RegisterComponent] public sealed partial class HemophiliaComponent : Component