Potency sprite scaling (#7100)
Co-authored-by: metalgearsloth <31366439+metalgearsloth@users.noreply.github.com>
This commit is contained in:
9
Content.Shared/Botany/ProduceVisuals.cs
Normal file
9
Content.Shared/Botany/ProduceVisuals.cs
Normal file
@@ -0,0 +1,9 @@
|
||||
using Robust.Shared.Serialization;
|
||||
|
||||
namespace Content.Shared.Botany;
|
||||
|
||||
[Serializable, NetSerializable]
|
||||
public enum ProduceVisuals : byte
|
||||
{
|
||||
Potency
|
||||
}
|
||||
Reference in New Issue
Block a user