10 lines
226 B
C#
10 lines
226 B
C#
|
|
using Content.Server.Objectives.Systems;
|
|||
|
|
|
|||
|
|
namespace Content.Server.Objectives.Components;
|
|||
|
|
|
|||
|
|
[RegisterComponent, Access(typeof(KillPersonConditionSystem))]
|
|||
|
|
public sealed partial class PickCultTargetComponent : Component
|
|||
|
|
{
|
|||
|
|
|
|||
|
|
}
|