Skip to content

Commit

Permalink
помогаем андеру с ревью
Browse files Browse the repository at this point in the history
  • Loading branch information
Darkiich committed Aug 5, 2024
1 parent ddf6ac2 commit 3343758
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Content.Server/ADT/Hemophilia/HemophiliaSystem.cs
Original file line number Diff line number Diff line change
@@ -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
{
Expand Down
2 changes: 1 addition & 1 deletion Content.Server/Body/Components/BloodstreamComponent.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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
{
Expand Down
2 changes: 1 addition & 1 deletion Content.Shared/ADT/hemophilia/HemophiliaComponent.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
namespace Content.Shared.Traits;
namespace Content.Shared.ADT.Traits;

[RegisterComponent]
public sealed partial class HemophiliaComponent : Component
Expand Down

0 comments on commit 3343758

Please sign in to comment.