using UnityEngine; namespace Convai.Scripts.Runtime.Attributes { public class ReadOnlyAttribute : PropertyAttribute { } }