Files
wwdpublic/Content.Server/_Shitmed/Objectives/Components/ForceHereticObjectiveComponent.cs
2025-04-20 11:15:45 +07:00

10 lines
277 B
C#

using Content.Server.Objectives.Systems;
namespace Content.Server._Shitmed.Objectives.Components;
/// <summary>
/// I had a really bad idea and im shitcoding this!
/// </summary>
[RegisterComponent]
public sealed partial class ForceHereticObjectiveComponent : Component;