namespace UnityHelpers.Core.Attributes { using PropertyAttribute = UnityEngine.PropertyAttribute; public sealed class DxReadOnlyAttribute : PropertyAttribute { } }