Refactor editor command state contracts into core

This commit is contained in:
2026-04-28 01:57:06 +08:00
parent cadababab5
commit 946c19f876
35 changed files with 65 additions and 66 deletions

View File

@@ -5,7 +5,7 @@
#include "Viewport/SceneViewportResourcePaths.h"
#include "Viewport/ViewportHostService.h"
#include "EditorSceneRuntime.h"
#include "EditorCommandFocusService.h"
#include "State/EditorCommandFocusService.h"
namespace XCEngine::UI::Editor::App {