using UnityEngine; [System.AttributeUsage(System.AttributeTargets.Field, Inherited = true, AllowMultiple = false)] public class ReadOnlyAttribute : PropertyAttribute { }