using System; using UnityEngine; namespace Golems.Attributes { [AttributeUsage(AttributeTargets.Property | AttributeTargets.Field, AllowMultiple = true)] public class ReadOnly : PropertyAttribute { } }