Files
tbd-station-14/Content.Client/Botany/Components/PlantHolderVisualsComponent.cs
Steven K 68a5fcb7f8 PlantHolderVisualizer component system refactor (#10091)
* Converted PlantHolderVisualizer to component and system.

* Cleaned up Botany folder.

* Converted initialization of HydroTrayVisualizer under PlantHolderVisualizerSystem to it's own GenericVisualizer.

* Cleaned up hydro_tray.yml.
2022-07-30 19:18:49 -07:00

7 lines
129 B
C#

namespace Content.Client.Botany.Components;
[RegisterComponent]
public sealed class PlantHolderVisualsComponent : Component
{
}