mirror of
https://github.com/WWhiteDreamProject/wwdpublic.git
synced 2026-04-18 14:07:53 +03:00
10 lines
338 B
C#
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;
|