using System; using UnityEngine; namespace DunGen { [AttributeUsage(AttributeTargets.Field)] public class SubclassSelectorAttribute : PropertyAttribute { } }