using System; using UnityEngine; namespace Cainos.LucidEditor { [AttributeUsage(AttributeTargets.Field | AttributeTargets.Method)] public class HideLabelAttribute : Attribute { } }