Namespace adjustments

This commit is contained in:
NullWanderer 2024-03-24 00:28:07 +01:00
parent 2705017683
commit db47880951
No known key found for this signature in database
GPG Key ID: 65CF92BD1D26F4AC
4 changed files with 5 additions and 1 deletions

View File

@ -1,11 +1,11 @@
using System.Linq;
using Robust.Shared.Random;
using Content.Server.GameTicking.Rules.Components;
using Content.Server.NPC.Components;
using Content.Server.Psionics.Glimmer;
using Content.Server.StationEvents.Components;
using Content.Shared.Psionics.Glimmer;
using Content.Shared.Abilities.Psionics;
using Content.Shared.NPC.Components;
namespace Content.Server.StationEvents.Events;

View File

@ -2,6 +2,7 @@ using Content.Shared.Abilities.Psionics;
using Content.Server.Abilities.Psionics;
using Content.Shared.Eye;
using Content.Server.NPC.Systems;
using Content.Shared.NPC.Systems;
using Robust.Shared.Containers;
using Robust.Server.GameObjects;

View File

@ -11,6 +11,8 @@ using Content.Server.Chat.Systems;
using Content.Server.Electrocution;
using Content.Server.NPC.Components;
using Content.Server.NPC.Systems;
using Content.Shared.NPC.Components;
using Content.Shared.NPC.Systems;
using Robust.Shared.Audio;
using Robust.Shared.Audio.Systems;
using Robust.Shared.Player;

View File

@ -6,6 +6,7 @@ using Content.Server.Psionics.Glimmer;
using Content.Server.StationEvents.Components;
using Content.Shared.Psionics.Glimmer;
using Content.Shared.Abilities.Psionics;
using Content.Shared.NPC.Components;
namespace Content.Server.StationEvents.Events;