Fix edgespreaderprototype linter (#15265)
This commit is contained in:
10
Content.Shared/Spreader/KudzuVisuals.cs
Normal file
10
Content.Shared/Spreader/KudzuVisuals.cs
Normal file
@@ -0,0 +1,10 @@
|
||||
using Robust.Shared.Serialization;
|
||||
|
||||
namespace Content.Shared.Spreader;
|
||||
|
||||
[Serializable, NetSerializable]
|
||||
public enum KudzuVisuals : byte
|
||||
{
|
||||
GrowthLevel,
|
||||
Variant
|
||||
}
|
||||
Reference in New Issue
Block a user