using System;
using Robust.Shared.Serialization;
namespace Content.Shared.Botany
{
[Serializable, NetSerializable]
public enum PlantHolderVisuals
PlantRsi,
PlantState,
HealthLight,
WaterLight,
NutritionLight,
AlertLight,
HarvestLight,
}