6
2025-11-05 11:11:22 +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;