aevyrie / bevy_eventlistener

Event listening, bubbling, and callbacks
Apache License 2.0
178 stars 27 forks source link

Make `EventListenerPlugin` add bevy event #1

Closed aevyrie closed 1 year ago

aevyrie commented 1 year ago

Small ergonomics improvement so users can add just the event listener plugin without also needing to add_event<E>.

This is non-breaking, as calling add_event multiple times has no effect.