Delta-v/Content.Server/_DV/CosmicCult/Components/CosmicEffigyConditionCompon...

9 lines
196 B
C#

namespace Content.Server.Objectives.Components;
[RegisterComponent]
public sealed partial class CosmicEffigyConditionComponent : Component
{
[DataField]
public EntityUid? EffigyTarget;
}