]> git.smokeofanarchy.ru Git - space-station-14.git/commit
Add ActionPerformedEvent, ActionsSystem.SetIfBiggerCooldown, action id to action...
authorDrSmugleaf <10968691+DrSmugleaf@users.noreply.github.com>
Sat, 11 May 2024 00:04:01 +0000 (17:04 -0700)
committerGitHub <noreply@github.com>
Sat, 11 May 2024 00:04:01 +0000 (20:04 -0400)
commit9741fda672e27bc68ebed87bdaf7f23adda6f7c1
treed1c892f842d326359051ee54b446ebcc4cb84f36
parentbc53a46a7392ae0bc3911634c19225610c459a8f
Add ActionPerformedEvent, ActionsSystem.SetIfBiggerCooldown, action id to action events and BackgroundOn field (#27682)

* Add ActionPerformedEvent and ActionsSystem.SetIfBiggerCooldown

* Add action id to action events and backgroundon field to action component
Content.Client/Actions/ActionsSystem.cs
Content.Client/UserInterface/Systems/Actions/ActionUIController.cs
Content.Client/UserInterface/Systems/Actions/Controls/ActionButton.cs
Content.Server/Actions/ActionOnInteractSystem.cs
Content.Shared/Actions/ActionEvents.cs
Content.Shared/Actions/BaseActionComponent.cs
Content.Shared/Actions/Events/ActionPerformedEvent.cs [new file with mode: 0644]
Content.Shared/Actions/SharedActionsSystem.cs