Files

11 lines
169 B
C#
Raw Permalink Normal View History

2021-11-28 20:25:36 -06:00
using Robust.Shared.Serialization;
namespace Content.Shared.Spreader;
2021-11-28 20:25:36 -06:00
[Serializable, NetSerializable]
public enum KudzuVisuals : byte
2021-11-28 20:25:36 -06:00
{
GrowthLevel,
Variant
}