Delta-v/Content.Client/UserInterface/Systems/Actions
Pieter-Jan Briers cf8fcb170a
Remove bogus C# finalizers (#28315)
Begging people to learn how this programming language works before throwing random syntax into a file.

None of these finalizers ever worked. I also checked whether they were memory leaks and needed *proper* shutdown logic, but they're all instantiated-once UI controls that last for the entire lifetime of the program so it's probably fine.
2024-05-27 17:52:23 -04:00
..
Controls Remove bogus C# finalizers (#28315) 2024-05-27 17:52:23 -04:00
Widgets Minimalist Action Bar (#21352) 2023-11-13 22:27:14 -05:00
Windows Slightly improve action ui performance (#20799) 2023-10-08 16:37:09 -04:00
ActionUIController.cs Add ActionPerformedEvent, ActionsSystem.SetIfBiggerCooldown, action id to action events and BackgroundOn field (#27682) 2024-05-10 20:04:01 -04:00