Files
tbd-station-14/Content.Shared/Mind/Components/TransferMindOnGibComponent.cs
āda 4e716a64b8 Document tags: M-Q (#41141)
* the letter M

* the letter N

* the letter O

* the letter P

* the letter q

* Update Resources/Prototypes/tags.yml

---------

Co-authored-by: iaada <iaada@users.noreply.github.com>
Co-authored-by: slarticodefast <161409025+slarticodefast@users.noreply.github.com>
2025-10-27 11:03:37 +00:00

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";
}