Move editor scene runtime under services

This commit is contained in:
2026-04-28 03:22:36 +08:00
parent b1ae6c462d
commit c032b415c6
27 changed files with 53 additions and 36 deletions

View File

@@ -3,7 +3,7 @@
#include "Inspector/Components/IInspectorComponentEditor.h"
#include "Inspector/Components/InspectorComponentEditorUtils.h"
#include "Inspector/Components/InspectorComponentEditorRegistry.h"
#include "EditorSceneRuntime.h"
#include "Scene/EditorSceneRuntime.h"
#include <XCEngine/Components/GameObject.h>