using UnityEngine; namespace Xprees.EditorTools.Attributes.ReadOnly { public class ReadOnlyAttribute : PropertyAttribute { } }