lisandroct / EventSystem

Event system for Unity using ScriptableObjects
MIT License
14 stars 1 forks source link

Support multiple events in one monobeh #16

Open KSF000 opened 1 year ago

KSF000 commented 1 year ago

I love the original idea by Ryan and I use it in all my projects. And I love the way you improved this Event System. But it would be nice to have a multiple events in one component to not produce a lot of same components.