Fix edgespreaderprototype linter (#15265)
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
using Content.Shared.Kudzu;
|
using Content.Shared.Spreader;
|
||||||
using Robust.Client.GameObjects;
|
using Robust.Client.GameObjects;
|
||||||
|
|
||||||
namespace Content.Client.Kudzu;
|
namespace Content.Client.Kudzu;
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
using Content.Shared.Kudzu;
|
using Content.Shared.Spreader;
|
||||||
using Robust.Shared.Random;
|
using Robust.Shared.Random;
|
||||||
using Robust.Shared.Timing;
|
using Robust.Shared.Timing;
|
||||||
|
|
||||||
|
|||||||
@@ -3,6 +3,7 @@ using Content.Server.Atmos.EntitySystems;
|
|||||||
using Content.Server.NodeContainer;
|
using Content.Server.NodeContainer;
|
||||||
using Content.Server.NodeContainer.NodeGroups;
|
using Content.Server.NodeContainer.NodeGroups;
|
||||||
using Content.Shared.Atmos;
|
using Content.Shared.Atmos;
|
||||||
|
using Content.Shared.Spreader;
|
||||||
using Robust.Shared.Collections;
|
using Robust.Shared.Collections;
|
||||||
using Robust.Shared.Map;
|
using Robust.Shared.Map;
|
||||||
using Robust.Shared.Map.Components;
|
using Robust.Shared.Map.Components;
|
||||||
|
|||||||
@@ -1,9 +1,9 @@
|
|||||||
using Robust.Shared.Prototypes;
|
using Robust.Shared.Prototypes;
|
||||||
|
|
||||||
namespace Content.Server.Spreader;
|
namespace Content.Shared.Spreader;
|
||||||
|
|
||||||
/// <summary>
|
/// <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>
|
/// </summary>
|
||||||
[Prototype("edgeSpreader")]
|
[Prototype("edgeSpreader")]
|
||||||
public sealed class EdgeSpreaderPrototype : IPrototype
|
public sealed class EdgeSpreaderPrototype : IPrototype
|
||||||
@@ -1,9 +1,9 @@
|
|||||||
using Robust.Shared.Serialization;
|
using Robust.Shared.Serialization;
|
||||||
|
|
||||||
namespace Content.Shared.Kudzu;
|
namespace Content.Shared.Spreader;
|
||||||
|
|
||||||
[Serializable, NetSerializable]
|
[Serializable, NetSerializable]
|
||||||
public enum KudzuVisuals
|
public enum KudzuVisuals : byte
|
||||||
{
|
{
|
||||||
GrowthLevel,
|
GrowthLevel,
|
||||||
Variant
|
Variant
|
||||||
Reference in New Issue
Block a user