Delta-v/Content.Shared/Mind/Components/TransferMindOnGibComponent.cs

12 lines
279 B
C#

using Content.Shared.Tag;
using Robust.Shared.Prototypes;
namespace Content.Shared.Mind.Components;
[RegisterComponent]
public sealed partial class TransferMindOnGibComponent : Component
{
[DataField]
public ProtoId<TagPrototype> TargetTag = "MindTransferTarget";
}