перенос общих файлов из папки White в _White
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
using Robust.Shared.Serialization;
|
||||
|
||||
namespace Content.Shared.White.Cult.Items;
|
||||
namespace Content.Shared._White.Cult.Items;
|
||||
|
||||
[Serializable, NetSerializable]
|
||||
public enum SoulShardVisualState : byte
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
using Robust.Shared.Serialization;
|
||||
|
||||
namespace Content.Shared.White.Cult.Items;
|
||||
namespace Content.Shared._White.Cult.Items;
|
||||
|
||||
[NetSerializable, Serializable]
|
||||
public enum CultTeleporterUiKey
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
using Robust.Shared.Audio;
|
||||
using Robust.Shared.Serialization;
|
||||
|
||||
namespace Content.Shared.White.Cult.Items;
|
||||
namespace Content.Shared._White.Cult.Items;
|
||||
|
||||
[RegisterComponent]
|
||||
public sealed partial class VoidTeleportComponent : Component
|
||||
|
||||
Reference in New Issue
Block a user