diff --git a/Content.Client/Kudzu/KudzuVisualizerSystem.cs b/Content.Client/Kudzu/KudzuVisualizerSystem.cs index e26cf014f5..d252eb2004 100644 --- a/Content.Client/Kudzu/KudzuVisualizerSystem.cs +++ b/Content.Client/Kudzu/KudzuVisualizerSystem.cs @@ -1,4 +1,4 @@ -using Content.Shared.Kudzu; +using Content.Shared.Spreader; using Robust.Client.GameObjects; namespace Content.Client.Kudzu; diff --git a/Content.Server/Spreader/KudzuSystem.cs b/Content.Server/Spreader/KudzuSystem.cs index 7e35fb394d..49b1a84d56 100644 --- a/Content.Server/Spreader/KudzuSystem.cs +++ b/Content.Server/Spreader/KudzuSystem.cs @@ -1,4 +1,4 @@ -using Content.Shared.Kudzu; +using Content.Shared.Spreader; using Robust.Shared.Random; using Robust.Shared.Timing; diff --git a/Content.Server/Spreader/SpreaderSystem.cs b/Content.Server/Spreader/SpreaderSystem.cs index 368c652128..d8b87eb670 100644 --- a/Content.Server/Spreader/SpreaderSystem.cs +++ b/Content.Server/Spreader/SpreaderSystem.cs @@ -3,6 +3,7 @@ using Content.Server.Atmos.EntitySystems; using Content.Server.NodeContainer; using Content.Server.NodeContainer.NodeGroups; using Content.Shared.Atmos; +using Content.Shared.Spreader; using Robust.Shared.Collections; using Robust.Shared.Map; using Robust.Shared.Map.Components; diff --git a/Content.Server/Spreader/EdgeSpreaderPrototype.cs b/Content.Shared/Spreader/EdgeSpreaderPrototype.cs similarity index 61% rename from Content.Server/Spreader/EdgeSpreaderPrototype.cs rename to Content.Shared/Spreader/EdgeSpreaderPrototype.cs index c407559de5..2fab110fdb 100644 --- a/Content.Server/Spreader/EdgeSpreaderPrototype.cs +++ b/Content.Shared/Spreader/EdgeSpreaderPrototype.cs @@ -1,9 +1,9 @@ using Robust.Shared.Prototypes; -namespace Content.Server.Spreader; +namespace Content.Shared.Spreader; /// -/// Adds this node group to for tick updates. +/// Adds this node group to for tick updates. /// [Prototype("edgeSpreader")] public sealed class EdgeSpreaderPrototype : IPrototype diff --git a/Content.Shared/Kudzu/KudzuVisuals.cs b/Content.Shared/Spreader/KudzuVisuals.cs similarity index 60% rename from Content.Shared/Kudzu/KudzuVisuals.cs rename to Content.Shared/Spreader/KudzuVisuals.cs index 8c749aeb69..43709f3bd2 100644 --- a/Content.Shared/Kudzu/KudzuVisuals.cs +++ b/Content.Shared/Spreader/KudzuVisuals.cs @@ -1,9 +1,9 @@ using Robust.Shared.Serialization; -namespace Content.Shared.Kudzu; +namespace Content.Shared.Spreader; [Serializable, NetSerializable] -public enum KudzuVisuals +public enum KudzuVisuals : byte { GrowthLevel, Variant