feat: testing universe entrance manager

This commit is contained in:
2025-08-02 23:24:59 +03:00
parent 03232f72e8
commit f6e52abcc1
3 changed files with 83 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
namespace Syntriax.Engine.Core;
public interface IEnterUniverse : IBehaviour
{
void EnterUniverse(IUniverse universe);
}