6
2026-01-13 18:31:02 +02:00

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;