using UnityEngine;
namespace RedCircuit.UI
{
/// <summary>编辑器主窗口,管理画布、工具栏、面板的整体布局与生命周期。</summary>
public class EditorWindow : MonoBehaviour
}