RoleplayObjectiveComponent.cs 624 B

123456789101112131415
  1. // SPDX-FileCopyrightText: 2025 Aiden <28298836+Aidenkrz@users.noreply.github.com>
  2. // SPDX-FileCopyrightText: 2025 Piras314 <p1r4s@proton.me>
  3. // SPDX-FileCopyrightText: 2025 gluesniffler <159397573+gluesniffler@users.noreply.github.com>
  4. //
  5. // SPDX-License-Identifier: AGPL-3.0-or-later
  6. using Content.Server.Objectives.Systems;
  7. namespace Content.Server._Shitmed.Objectives.Components;
  8. /// <summary>
  9. /// Objective doesn't have a completion objective. Purely exists as a fancier roleplay prompt. Greentext by default.
  10. /// </summary>
  11. [RegisterComponent]
  12. public sealed partial class RoleplayObjectiveComponent : Component;