]> git.smokeofanarchy.ru Git - space-station-14.git/commitdiff
Fix edgespreaderprototype linter (#15265)
authormetalgearsloth <31366439+metalgearsloth@users.noreply.github.com>
Mon, 10 Apr 2023 07:54:50 +0000 (17:54 +1000)
committerGitHub <noreply@github.com>
Mon, 10 Apr 2023 07:54:50 +0000 (17:54 +1000)
Content.Client/Kudzu/KudzuVisualizerSystem.cs
Content.Server/Spreader/KudzuSystem.cs
Content.Server/Spreader/SpreaderSystem.cs
Content.Shared/Spreader/EdgeSpreaderPrototype.cs [moved from Content.Server/Spreader/EdgeSpreaderPrototype.cs with 61% similarity]
Content.Shared/Spreader/KudzuVisuals.cs [moved from Content.Shared/Kudzu/KudzuVisuals.cs with 60% similarity]

index e26cf014f5a015ae1a1e51d5244f9976afbcad43..d252eb20040ebeb487742d8d6204bfe97d3e3c3d 100644 (file)
@@ -1,4 +1,4 @@
-using Content.Shared.Kudzu;
+using Content.Shared.Spreader;
 using Robust.Client.GameObjects;
 
 namespace Content.Client.Kudzu;
index 7e35fb394d2ec5c051f4cab6f31a98c89c44a3ce..49b1a84d56be31d07c50127f0c69a1e6564679de 100644 (file)
@@ -1,4 +1,4 @@
-using Content.Shared.Kudzu;
+using Content.Shared.Spreader;
 using Robust.Shared.Random;
 using Robust.Shared.Timing;
 
index 368c652128c0f169ef6cf2c77f542416d97aa4e6..d8b87eb670d4c2cd61630ca7fc7dfe02d332dd2e 100644 (file)
@@ -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;
similarity index 61%
rename from Content.Server/Spreader/EdgeSpreaderPrototype.cs
rename to Content.Shared/Spreader/EdgeSpreaderPrototype.cs
index c407559de57e6f8cc3e3874868f1c2a58f4ba4ce..2fab110fdbd94dc2db3fdcbfbb8d85ed7133611f 100644 (file)
@@ -1,9 +1,9 @@
 using Robust.Shared.Prototypes;
 
-namespace Content.Server.Spreader;
+namespace Content.Shared.Spreader;
 
 /// <summary>
-/// Adds this node group to <see cref="SpreaderSystem"/> for tick updates.
+/// Adds this node group to <see cref="Content.Server.Spreader.SpreaderSystem"/> for tick updates.
 /// </summary>
 [Prototype("edgeSpreader")]
 public sealed class EdgeSpreaderPrototype : IPrototype
similarity index 60%
rename from Content.Shared/Kudzu/KudzuVisuals.cs
rename to Content.Shared/Spreader/KudzuVisuals.cs
index 8c749aeb697bc1bfe3ac17f73855e1ca799c2b36..43709f3bd251c711ccf79e9b1ce324df08009ffd 100644 (file)
@@ -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