fish-station/Content.Shared/Botany/ProduceVisuals.cs
mirrorcult e87ab94810
Potency sprite scaling (#7100)
Co-authored-by: metalgearsloth <31366439+metalgearsloth@users.noreply.github.com>
2022-03-13 21:11:03 +11:00

9 lines
155 B
C#

using Robust.Shared.Serialization;
namespace Content.Shared.Botany;
[Serializable, NetSerializable]
public enum ProduceVisuals : byte
{
Potency
}