6
StarHorizon_Public/Content.Shared/Botany/PlantHolderVisuals.cs
2026-01-13 18:31:02 +02:00

17 lines
303 B
C#

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