Namespace adjustments
This commit is contained in:
parent
2705017683
commit
db47880951
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue