using UnityEngine; namespace Agoxandr.Utils { public class ReadOnlyFieldAttribute : PropertyAttribute { } }