using UnityEngine; namespace RedCircuit.Net { /// 同步管理器,处理多人协作模式下的电路增量 Delta 同步与冲突解决。 public class SyncManager : MonoBehaviour { } }