]> git.smokeofanarchy.ru Git - space-station-14.git/commit
Turn interaction related attempt events into structs (#29168)
authorLeon Friedrich <60421075+ElectroJr@users.noreply.github.com>
Tue, 18 Jun 2024 14:30:41 +0000 (02:30 +1200)
committerGitHub <noreply@github.com>
Tue, 18 Jun 2024 14:30:41 +0000 (00:30 +1000)
commitee2c115e5b6cd0e0e8126bd81166c0fcb23a7b9e
tree650373ef13319c184feb9fc470a9bb1f7a2ebb4f
parentdb30b5e0408aaab17bcd4d724f629d220a36ba9b
Turn interaction related attempt events into structs (#29168)

* Turn InteractionAttemptEvent into a struct event

* readonly

* GettingInteractedWithAttemptEvent

* ConsciousAttemptEvent
13 files changed:
Content.Client/Interaction/DragDropSystem.cs
Content.Client/Replay/Spectator/ReplaySpectatorSystem.Blockers.cs
Content.Shared/ActionBlocker/ActionBlockerSystem.cs
Content.Shared/Administration/SharedAdminFrozenSystem.cs
Content.Shared/Bed/Sleep/SleepingSystem.cs
Content.Shared/Cuffs/SharedCuffableSystem.cs
Content.Shared/Ghost/SharedGhostSystem.cs
Content.Shared/Interaction/Events/InteractionAttemptEvent.cs
Content.Shared/Interaction/SharedInteractionSystem.Blocking.cs
Content.Shared/Mobs/Systems/MobStateSystem.Subscribers.cs
Content.Shared/Puppet/SharedVentriloquistPuppetSystem.cs
Content.Shared/Stunnable/SharedStunSystem.cs
Content.Shared/SubFloor/SharedSubFloorHideSystem.cs