7 lines
115 B
C#

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