11 lines
236 B
C#
11 lines
236 B
C#
|
|
using Robust.Shared.GameObjects;
|
|||
|
|
|
|||
|
|
namespace Content.Server.GameObjects.Components.Botany
|
|||
|
|
{
|
|||
|
|
[RegisterComponent]
|
|||
|
|
public class BotanySharpComponent : Component
|
|||
|
|
{
|
|||
|
|
public override string Name => "BotanySharp";
|
|||
|
|
}
|
|||
|
|
}
|