v2.2.0
Multi events.
Changed
BaseScriptableEventListener<TArg>
now supports multiple events. This should be a non-breaking change. Migration fromscriptableEvent
to a list ofscriptableEvents
is done viaISerializationCallbackReceiver
which is implemented inBaseScriptableEventListener<TArg>
.