Implanters and Subdermal Implants (#11840)
Co-authored-by: metalgearsloth <31366439+metalgearsloth@users.noreply.github.com> Co-authored-by: metalgearsloth <comedian_vs_clown@hotmail.com>
This commit is contained in:
13
Content.Shared/Implants/Components/ImplantedComponent.cs
Normal file
13
Content.Shared/Implants/Components/ImplantedComponent.cs
Normal file
@@ -0,0 +1,13 @@
|
||||
using Robust.Shared.Containers;
|
||||
|
||||
namespace Content.Shared.Implants.Components;
|
||||
|
||||
/// <summary>
|
||||
/// Added to an entity via the <see cref="SharedImplanterSystem"/> on implant
|
||||
/// Used in instances where mob info needs to be passed to the implant such as MobState triggers
|
||||
/// </summary>
|
||||
[RegisterComponent]
|
||||
public sealed class ImplantedComponent : Component
|
||||
{
|
||||
public Container ImplantContainer = default!;
|
||||
}
|
||||
Reference in New Issue
Block a user