using UnityEngine;
namespace RedCircuit.UI
{
/// <summary>工具栏控制器,管理保存/加载/运行/暂停按钮与模式切换。</summary>
public class ToolbarController : MonoBehaviour
}