11 lines
169 B
C#
11 lines
169 B
C#
using Robust.Shared.Serialization;
|
|
|
|
namespace Content.Shared.Spreader;
|
|
|
|
[Serializable, NetSerializable]
|
|
public enum KudzuVisuals : byte
|
|
{
|
|
GrowthLevel,
|
|
Variant
|
|
}
|