using UnityEngine; namespace RedCircuit.Components { /// 元件注册表,管理 80 种元件的数据定义与图标映射。 public class ComponentRegistry : MonoBehaviour { } }