9 lines
180 B
C#
9 lines
180 B
C#
|
|
using Content.Shared.Botany.Components;
|
||
|
|
|
||
|
|
namespace Content.Client.Botany.Components;
|
||
|
|
|
||
|
|
[RegisterComponent]
|
||
|
|
public sealed partial class ProduceComponent : SharedProduceComponent
|
||
|
|
{
|
||
|
|
}
|