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