Files
OldThink/Content.Server/Objectives/Components/SocialObjectiveComponent.cs

10 lines
256 B
C#
Raw Normal View History

namespace Content.Server.Objectives.Components;
/// <summary>
/// Marker component for social objectives and kill objectives to be mutually exclusive.
/// </summary>
[RegisterComponent]
public sealed partial class SocialObjectiveComponent : Component
{
}