Global Event System is listeners based system for handling events. Can be used for updating UI information, collecting statistics information, handling important game events, etc.
Features:
-based on enums
-runtime parameter type checks
-any type as parameter
-events can be chosen in inspector
-assembly reloading ready
-easy to use