using System; using UnityEngine; namespace GameplayIngredients { public class ExcludedManagerAttribute : PropertyAttribute { public ExcludedManagerAttribute() { } } }