using System; using UnityEngine; namespace Funique { /// /// Disable inspect field interaction
/// ------------------------------------------------
/// 關閉物件欄位互動 ///
[AttributeUsage(AttributeTargets.Field)] public class Disable : PropertyAttribute { } }