Files
wwdpublic/Content.Server/_White/Objectives/Components/PickBloodCultTargetComponent.cs
Spatison bee3125947 [Tweak] Blood Cult (#859)
* commit

* commit

* commit

* commit

* fuck

* cockmit

* fix

* fix Yaml

* test fix
2025-10-12 00:53:06 +03:00

7 lines
241 B
C#

using Content.Server._White.Objectives.Systems;
namespace Content.Server._White.Objectives.Components;
[RegisterComponent, Access(typeof(PickBloodCultTargetSystem))]
public sealed partial class PickBloodCultTargetComponent : Component;