using UnityEngine; namespace RedCircuit.Simulation { /// 元件行为基类,定义元件接收信号后的规则接口。 public abstract class ComponentBehavior : MonoBehaviour { } }