Actions are the same as delegates and events combined — makes the actual writing far simpler.
Let’s pretend I wanted to create a damage system but I wanted my UI manager to subscribe to the event changes on my health system. If I want an action to occur, I need…