перенос файлов сервера из папки White в _White

This commit is contained in:
Remuchi
2024-01-28 18:18:54 +07:00
parent 21dbccfec9
commit 1e4ad59270
309 changed files with 450 additions and 437 deletions

View File

@@ -1,7 +1,7 @@
using Content.Server.Chat.Systems;
using Content.Server.RoundEnd;
using Content.Server.Shuttles.Systems;
using Content.Server.White.Cult.Items.Components;
using Content.Server._White.Cult.Items.Components;
using Content.Shared.GameTicking;
using Content.Shared.Hands.EntitySystems;
using Content.Shared.Interaction.Events;
@@ -9,7 +9,7 @@ using Content.Shared.Popups;
using Content.Shared.White.Cult;
using Robust.Shared.Timing;
namespace Content.Server.White.Cult.Items.Systems;
namespace Content.Server._White.Cult.Items.Systems;
public sealed class ShuttleCurseSystem : EntitySystem
{