6
2025-11-15 12:24:44 +03:00

10 lines
256 B
C#

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
{
}