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