]> git.smokeofanarchy.ru Git - space-station-14.git/commit
TriggerOnUserInteractHand and TriggerOnUserInteractUsing (#41843)
authorScarKy0 <106310278+ScarKy0@users.noreply.github.com>
Sun, 14 Dec 2025 02:11:58 +0000 (03:11 +0100)
committerGitHub <noreply@github.com>
Sun, 14 Dec 2025 02:11:58 +0000 (02:11 +0000)
commit231a93e742fb2cbab906e418f62b6ff18df0a6dd
treee1e1cfdb2dd8651212875c358efc7fa42053aa39
parenta40d130f0fbbe63f21c920838869ed84c88ce711
TriggerOnUserInteractHand and TriggerOnUserInteractUsing (#41843)

* init

* handle check

* oops

* cleanup

* fix resolve

---------

Co-authored-by: slarticodefast <161409025+slarticodefast@users.noreply.github.com>
Content.Server/Trigger/Systems/FireStackOnTriggerSystem.cs
Content.Shared/Interaction/InteractHand.cs
Content.Shared/Interaction/InteractUsing.cs
Content.Shared/Interaction/SharedInteractionSystem.cs
Content.Shared/Trigger/Components/Triggers/TriggerOnUserInteractHandComponent.cs [new file with mode: 0644]
Content.Shared/Trigger/Components/Triggers/TriggerOnUserInteractUsingComponent.cs [new file with mode: 0644]
Content.Shared/Trigger/Systems/TriggerSystem.Interaction.cs