namespace Engine.Kernel.Events; /// /// Open question (see the footer of docs/kernel-contract.md): whether this /// is needed at launch at all, or whether event-components in World cover /// its role. Left as a bare marker so IPluginContext compiles — no API /// decided yet. /// public interface IEventBus { }