10 lines
155 B
C#
10 lines
155 B
C#
using Robust.Shared.Serialization;
|
|
|
|
namespace Content.Shared.Botany;
|
|
|
|
[Serializable, NetSerializable]
|
|
public enum ProduceVisuals : byte
|
|
{
|
|
Potency
|
|
}
|