using System.Collections; using System.Collections.Generic; using UnityEngine; public class SyncBase : MonoBehaviour { [DisplayOnly] public string Id = ""; public string 自定义; /// /// 是否已经初始化 /// [HideInInspector] public bool hasInit; }