1
0

SocialObjectiveComponent.cs 256 B

123456789
  1. namespace Content.Server.Objectives.Components;
  2. /// <summary>
  3. /// Marker component for social objectives and kill objectives to be mutually exclusive.
  4. /// </summary>
  5. [RegisterComponent]
  6. public sealed partial class SocialObjectiveComponent : Component
  7. {
  8. }