6
StarHorizon_Public/Content.Shared/Botany/PlantHolderVisuals.cs
2025-12-13 13:46:17 +03: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,
}
}