fish-station/Content.Shared/Implants/Components/TriggerImplantActionComponent.cs
keronshb 671324bef8
Implanters and Subdermal Implants (#11840)
Co-authored-by: metalgearsloth <31366439+metalgearsloth@users.noreply.github.com>
Co-authored-by: metalgearsloth <comedian_vs_clown@hotmail.com>
2022-11-20 17:49:37 +11:00

9 lines
214 B
C#

namespace Content.Shared.Implants.Components;
/// <summary>
/// Triggers implants when the action is pressed
/// </summary>
[RegisterComponent]
public sealed class TriggerImplantActionComponent : Component
{
}