Delta-v/Content.Server/Objectives/Components/FreeObjectiveComponent.cs

8 lines
202 B
C#

namespace Content.Server.Objectives.Components;
/// <summary>
/// A free greentext, that's it.
/// </summary>
[RegisterComponent]
public sealed partial class FreeObjectiveComponent : Component;