using System.Collections; using System.Collections.Generic; using UnityEngine; /// /// 单个属性 /// public abstract class PropertyBase { }