EventSystem
EventSystem copied to clipboard
Could you documentise the code?
I understand the concept of an event system, but how would I implement the code into my own project? Do I create a EventDispacher per event? Do I create one Dispatcher and pass through all event through it? I am just confused on that.