namespace Engine.Core; public interface IExitUniverse : IBehaviour { void ExitUniverse(IUniverse universe); }