Delta-v/Content.Shared/Botany/Components/SharedSeedComponent.cs

9 lines
165 B
C#

using Robust.Shared.GameStates;
namespace Content.Shared.Botany.Components;
[NetworkedComponent]
public abstract partial class SharedSeedComponent : Component
{
}