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

@@ -1,6 +1,6 @@
#pragma once
#include "EditorSession.h"
#include "State/EditorSession.h"
#include <XCEditor/Panels/UIEditorHostedPanelDispatch.h>