Autodesk/synthesis

Engine - Allow pushing events with multiple tags

Closed this issue · 0 comments

DOD Done Asignees Branch PR
Status @copernicium 559-event-bus #566

The Event Bus should be able to push events with multiple tags.
Maybe add a function to EventBus like public static bool Push<TEvent>(string[] tags, TEvent eventInfo) where TEvent : IEvent