перенос общих файлов из папки White в _White
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
using Content.Shared.Ghost;
|
||||
using Content.Shared.Item;
|
||||
using Content.Shared.Popups;
|
||||
using Content.Shared.White.Cult.Components;
|
||||
using Content.Shared._White.Cult.Components;
|
||||
|
||||
namespace Content.Shared.White.Cult.Systems;
|
||||
namespace Content.Shared._White.Cult.Systems;
|
||||
|
||||
public sealed class CultItemSystem : EntitySystem
|
||||
{
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
namespace Content.Shared.White.Cult.Systems;
|
||||
namespace Content.Shared._White.Cult.Systems;
|
||||
|
||||
/// <summary>
|
||||
/// Thats need for chat perms update
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
using Robust.Shared.Random;
|
||||
|
||||
namespace Content.Shared.White.Cult.Systems;
|
||||
namespace Content.Shared._White.Cult.Systems;
|
||||
|
||||
/// <summary>
|
||||
/// Words generator for whisper
|
||||
|
||||
Reference in New Issue
Block a user