using UnityEngine; namespace NEG.Utils { public class ReadOnlyAttribute : PropertyAttribute { } }