Skip to content

Commit

Permalink
Fix some dependency namespaces
Browse files Browse the repository at this point in the history
  • Loading branch information
vaketola committed Mar 18, 2024
1 parent cd457f3 commit 00e486f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 6 deletions.
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
using Content.Client.Parkstation.Overlays.Shaders;
using Content.Shared.GameTicking;
using Content.Shared.Humanoid;
using Content.Shared.SimpleStation14.Species.Shadowkin.Components;
using Content.Shared.Parkstation.Species.Shadowkin.Components;
using Robust.Client.GameObjects;
using Robust.Client.Graphics;
using Robust.Client.Player;
using Robust.Shared.Player;
using ShadowkinComponent = Content.Shared.Parkstation.Species.Shadowkin.Components.ShadowkinComponent;

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

Expand Down
3 changes: 1 addition & 2 deletions Content.Server/Parkstation/Chat/SimpleStationChatSystem.cs
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,9 @@
using Content.Server.Parkstation.Speech.EntitySystems;
using Content.Shared.Chat;
using Content.Shared.Database;
using Content.Shared.SimpleStation14.Species.Shadowkin.Components;
using Content.Shared.Parkstation.Species.Shadowkin.Components;
using Robust.Shared.Network;
using Robust.Shared.Player;
using EmpathyChatComponent = Content.Shared.Parkstation.Species.Shadowkin.Components.EmpathyChatComponent;

namespace Content.Server.Parkstation.Chat
{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
using System.Linq;
using Content.Server.Light.Components;
using Content.Server.Parkstation.Species.Shadowkin.Components;
using Content.Shared.SimpleStation14.Species.Shadowkin.Components;
using Content.Shared.Parkstation.Species.Shadowkin.Components;
using Robust.Server.GameObjects;
using Robust.Shared.Random;
using ShadowkinDarkSwappedComponent = Content.Shared.Parkstation.Species.Shadowkin.Components.ShadowkinDarkSwappedComponent;

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

Expand Down

0 comments on commit 00e486f

Please sign in to comment.