using UnityEngine; public class ReadOnlyAttribute : PropertyAttribute { public ReadOnlyAttribute() { } }