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

@@ -1,6 +1,6 @@
#include "Scene/SceneViewportFeature.h"
#include "EditorSceneRuntime.h"
#include "Scene/EditorSceneRuntime.h"
#include "State/EditorCommandFocusService.h"
namespace XCEngine::UI::Editor::App {