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