using System; namespace Unity.VisualScripting { /// /// Allows the customisation of the SystemObjectInspector by displaying just the value /// [AttributeUsage(AttributeTargets.Field | AttributeTargets.Property)] public class ValueAttribute : Attribute { } }