Files
wwdpublic/Content.Server/_Shitmed/Objectives/Components/RoleplayObjectiveComponent.cs
2025-04-20 11:15:45 +07:00

10 lines
338 B
C#

using Content.Server.Objectives.Systems;
namespace Content.Server._Shitmed.Objectives.Components;
/// <summary>
/// Objective doesn't have a completion objective. Purely exists as a fancier roleplay prompt. Greentext by default.
/// </summary>
[RegisterComponent]
public sealed partial class RoleplayObjectiveComponent : Component;