Skip to content

Commit

Permalink
Fix more dependency namespaces
Browse files Browse the repository at this point in the history
  • Loading branch information
vaketola committed Mar 18, 2024
1 parent 00e486f commit 6482129
Show file tree
Hide file tree
Showing 9 changed files with 6 additions and 21 deletions.
3 changes: 1 addition & 2 deletions Content.Client/Parkstation/Chat/ShadowkinChatUpdateSystem.cs
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
using Content.Client.Chat.Managers;
using Content.Shared.SimpleStation14.Species.Shadowkin.Components;
using Content.Shared.Parkstation.Species.Shadowkin.Components;
using Robust.Client.Player;
using EmpathyChatComponent = Content.Shared.Parkstation.Species.Shadowkin.Components.EmpathyChatComponent;

namespace Content.Client.Parkstation.Chat
{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
using Content.Client.Parkstation.Overlays.Shaders;
using Content.Shared.Humanoid;
using Content.Shared.SimpleStation14.Species.Shadowkin.Components;
using Content.Shared.Parkstation.Species.Shadowkin.Components;
using Robust.Client.Graphics;
using Robust.Client.Player;
using Robust.Shared.Player;
using ShadowkinDarkSwappedComponent = Content.Shared.Parkstation.Species.Shadowkin.Components.ShadowkinDarkSwappedComponent;

namespace Content.Client.Parkstation.Species.Shadowkin.Systems;

Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
using Content.Shared.Humanoid;
using Content.Shared.Parkstation.Species.Shadowkin.Events;
using Content.Shared.SimpleStation14.Species.Shadowkin.Components;
using Content.Shared.Parkstation.Species.Shadowkin.Components;
using Robust.Client.GameObjects;
using ShadowkinComponent = Content.Shared.Parkstation.Species.Shadowkin.Components.ShadowkinComponent;

namespace Content.Client.Parkstation.Species.Shadowkin.Systems;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,13 @@
using Content.Shared.Eye;
using Content.Shared.Ghost;
using Content.Shared.Parkstation.Species.Shadowkin.Events;
using Content.Shared.SimpleStation14.Species.Shadowkin.Components;
using Content.Shared.Parkstation.Species.Shadowkin.Components;
using Content.Shared.Stealth;
using Content.Shared.Stealth.Components;
using Robust.Server.GameObjects;
using Robust.Shared.Audio;
using Robust.Shared.Audio.Systems;
using Robust.Shared.Prototypes;
using ShadowkinComponent = Content.Shared.Parkstation.Species.Shadowkin.Components.ShadowkinComponent;
using ShadowkinDarkSwappedComponent = Content.Shared.Parkstation.Species.Shadowkin.Components.ShadowkinDarkSwappedComponent;

namespace Content.Server.Parkstation.Species.Shadowkin.Systems;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,8 @@
using Content.Shared.Actions;
using Content.Shared.Bed.Sleep;
using Content.Shared.Parkstation.Species.Shadowkin.Events;
using Content.Shared.SimpleStation14.Species.Shadowkin.Components;
using Content.Shared.Parkstation.Species.Shadowkin.Components;
using Robust.Shared.Prototypes;
using ShadowkinComponent = Content.Shared.Parkstation.Species.Shadowkin.Components.ShadowkinComponent;

namespace Content.Server.Parkstation.Species.Shadowkin.Systems;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,10 @@
using Content.Shared.Damage.Systems;
using Content.Shared.Parkstation.Species.Shadowkin.Events;
using Content.Shared.Pulling.Components;
using Content.Shared.SimpleStation14.Species.Shadowkin.Components;
using Content.Shared.Parkstation.Species.Shadowkin.Components;
using Robust.Shared.Audio;
using Robust.Shared.Audio.Systems;
using Robust.Shared.Prototypes;
using ShadowkinComponent = Content.Shared.Parkstation.Species.Shadowkin.Components.ShadowkinComponent;

namespace Content.Server.Parkstation.Species.Shadowkin.Systems;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,7 @@
using Content.Shared.Alert;
using Content.Shared.Parkstation.Species.Shadowkin.Components;
using Content.Shared.Parkstation.Species.Shadowkin.Events;
using Content.Shared.SimpleStation14.Species.Shadowkin.Components;
using Robust.Shared.Utility;
using ShadowkinComponent = Content.Shared.Parkstation.Species.Shadowkin.Components.ShadowkinComponent;

namespace Content.Server.Parkstation.Species.Shadowkin.Systems;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,7 @@
using Content.Shared.Parkstation.Species.Shadowkin.Components;
using Content.Shared.Parkstation.Species.Shadowkin.Events;
using Content.Shared.Popups;
using Content.Shared.SimpleStation14.Species.Shadowkin.Components;
using Robust.Shared.Prototypes;
using ShadowkinComponent = Content.Shared.Parkstation.Species.Shadowkin.Components.ShadowkinComponent;
using ShadowkinDarkSwappedComponent = Content.Shared.Parkstation.Species.Shadowkin.Components.ShadowkinDarkSwappedComponent;

namespace Content.Server.Parkstation.Species.Shadowkin.Systems;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,8 @@
using Content.Shared.Parkstation.Species.Shadowkin.Components;
using Content.Shared.Parkstation.Species.Shadowkin.Events;
using Content.Shared.Physics;
using Content.Shared.SimpleStation14.Species.Shadowkin.Components;
using Robust.Shared.Map;
using Robust.Shared.Random;
using ShadowkinComponent = Content.Shared.Parkstation.Species.Shadowkin.Components.ShadowkinComponent;
using ShadowkinDarkSwappedComponent = Content.Shared.Parkstation.Species.Shadowkin.Components.ShadowkinDarkSwappedComponent;

namespace Content.Server.Parkstation.Species.Shadowkin.Systems;

Expand Down

0 comments on commit 6482129

Please sign in to comment.