6
2026-01-18 12:53:36 +03: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;