ExtinguishOnTrigger and TriggerOnInteractHand (#39537)
* simplely one commit * simplelly two commit * requested changes --------- Co-authored-by: iaada <iaada@users.noreply.github.com>
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
using Content.Shared.Interaction;
|
||||
using Robust.Shared.GameStates;
|
||||
|
||||
namespace Content.Shared.Trigger.Components.Triggers;
|
||||
|
||||
/// <summary>
|
||||
/// Trigger on <see cref="InteractHandEvent"/>, aka clicking on an entity with an empty hand.
|
||||
/// User is the player with the hand doing the clicking.
|
||||
/// </summary>
|
||||
[RegisterComponent, NetworkedComponent, AutoGenerateComponentState]
|
||||
public sealed partial class TriggerOnInteractHandComponent : BaseTriggerOnXComponent;
|
||||
Reference in New Issue
Block a user