Delta-v/Content.Server/GameObjects/Components/Botany/PlantSampleTakerComponent.cs

11 lines
246 B
C#

using Robust.Shared.GameObjects;
namespace Content.Server.GameObjects.Components.Botany
{
[RegisterComponent]
public class PlantSampleTakerComponent : Component
{
public override string Name => "PlantSampleTaker";
}
}