mirror of
https://github.com/space-syndicate/space-station-14.git
synced 2026-02-15 05:50:54 +01:00
* 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.
7 lines
129 B
C#
7 lines
129 B
C#
namespace Content.Client.Botany.Components;
|
|
|
|
[RegisterComponent]
|
|
public sealed class PlantHolderVisualsComponent : Component
|
|
{
|
|
}
|