Co-authored-by: metalgearsloth <31366439+metalgearsloth@users.noreply.github.com> Co-authored-by: metalgearsloth <comedian_vs_clown@hotmail.com>
10 lines
214 B
C#
10 lines
214 B
C#
namespace Content.Shared.Implants.Components;
|
|
/// <summary>
|
|
/// Triggers implants when the action is pressed
|
|
/// </summary>
|
|
[RegisterComponent]
|
|
public sealed class TriggerImplantActionComponent : Component
|
|
{
|
|
|
|
}
|