7 lines
124 B
C#
7 lines
124 B
C#
namespace Syntriax.Engine.Core;
|
|
|
|
public interface IExitUniverse : IBehaviour
|
|
{
|
|
void ExitUniverse(IUniverse universe);
|
|
}
|