using UnityEngine; namespace RedCircuit.Simulation { /// 信号传播器,基于优先级队列 BFS 实现红石信号强度衰减传播。 public class SignalPropagator : MonoBehaviour { } }