6
2025-11-05 11:11:22 +03:00

9 lines
180 B
C#

using Content.Shared.Botany.Components;
namespace Content.Client.Botany.Components;
[RegisterComponent]
public sealed partial class ProduceComponent : SharedProduceComponent
{
}