]> git.smokeofanarchy.ru Git - space-station-14.git/commit
Hand pickup and drop triggers (#39663)
authorslarticodefast <161409025+slarticodefast@users.noreply.github.com>
Sun, 17 Aug 2025 23:47:26 +0000 (01:47 +0200)
committerGitHub <noreply@github.com>
Sun, 17 Aug 2025 23:47:26 +0000 (16:47 -0700)
commite16bca5b181c4d72070513f675cd0d320f7b04ff
tree5970159cca0527a544502ba4d3648fe3aa1d83c8
parent9d32e7db4ea8a5d5f35cc5f0dcf9980159b14ca0
Hand pickup and drop triggers (#39663)
Content.Shared/Trigger/Components/Triggers/TriggerOnDidEquipHandComponent.cs [new file with mode: 0644]
Content.Shared/Trigger/Components/Triggers/TriggerOnDidUnequipHandComponent.cs [new file with mode: 0644]
Content.Shared/Trigger/Components/Triggers/TriggerOnDroppedComponent.cs [new file with mode: 0644]
Content.Shared/Trigger/Components/Triggers/TriggerOnGotEquippedHandComponent.cs [new file with mode: 0644]
Content.Shared/Trigger/Components/Triggers/TriggerOnGotUnequippedHandComponent.cs [new file with mode: 0644]
Content.Shared/Trigger/Systems/HandTriggerSystem.cs [new file with mode: 0644]