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.
This commit is contained in:
Steven K
2022-07-30 19:18:49 -07:00
committed by GitHub
parent 3365333ba0
commit 68a5fcb7f8
9 changed files with 111 additions and 117 deletions

View File

@@ -1,4 +1,5 @@
using Content.Shared.Botany;
using Content.Client.Botany.Components;
using Robust.Client.GameObjects;
namespace Content.Client.Botany;