Bad 2 Da Bone [Skeleton Tweaks] (#11669)
Co-authored-by: Kara <lunarautomaton6@gmail.com>
This commit is contained in:
11
Content.Server/Mind/Components/TransferMindOnGibComponent.cs
Normal file
11
Content.Server/Mind/Components/TransferMindOnGibComponent.cs
Normal file
@@ -0,0 +1,11 @@
|
||||
using Content.Shared.Tag;
|
||||
using Robust.Shared.Serialization.TypeSerializers.Implementations.Custom.Prototype;
|
||||
|
||||
namespace Content.Server.Mind.Components;
|
||||
|
||||
[RegisterComponent]
|
||||
public sealed class TransferMindOnGibComponent : Component
|
||||
{
|
||||
[DataField("targetTag", customTypeSerializer: typeof(PrototypeIdSerializer<TagPrototype>))]
|
||||
public string TargetTag = "MindTransferTarget";
|
||||
}
|
||||
Reference in New Issue
Block a user