namespace WallstopStudios.DataVisualizer.Editor.Utilities { using PropertyAttribute = UnityEngine.PropertyAttribute; internal sealed class ReadOnlyAttribute : PropertyAttribute { } }