支持编辑器下EnterPlayMode Options

This commit is contained in:
ALEXTANG
2024-05-07 18:05:41 +08:00
parent ae0d00424f
commit 4c0f5a77f9
5 changed files with 51 additions and 2 deletions

View File

@@ -34,6 +34,7 @@ namespace GameLogic
object obj = Activator.CreateInstance(type, mgr.Dispatcher);
mgr.Init();
mgr.RegWrapInterface(obj.GetType().GetInterfaces()[0]?.FullName, obj);
}
}