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