public EditorUIEvents(UIEventsAggregator aggregator) : base(aggregator) { }
public void Init() { UIEventsAggregator = new UIEventsAggregator(Editor.Input, Game.HitTest, Editor.Events, Editor.State.FocusedUI); }