Closed aevyrie closed 1 year ago
Small ergonomics improvement so users can add just the event listener plugin without also needing to add_event<E>.
add_event<E>
This is non-breaking, as calling add_event multiple times has no effect.
add_event
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.