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>
This commit is contained in:
@@ -1,11 +1,11 @@
|
||||
using Content.Shared.Tag;
|
||||
using Robust.Shared.Serialization.TypeSerializers.Implementations.Custom.Prototype;
|
||||
using Robust.Shared.Prototypes;
|
||||
|
||||
namespace Content.Shared.Mind.Components;
|
||||
|
||||
[RegisterComponent]
|
||||
public sealed partial class TransferMindOnGibComponent : Component
|
||||
{
|
||||
[DataField("targetTag", customTypeSerializer: typeof(PrototypeIdSerializer<TagPrototype>))]
|
||||
public string TargetTag = "MindTransferTarget";
|
||||
[DataField]
|
||||
public ProtoId<TagPrototype> TargetTag = "MindTransferTarget";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user