10 lines
256 B
C#
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
|
|
{
|
|
}
|