using System; namespace GameplayIngredients { [AttributeUsage(AttributeTargets.Class)] public class NonExcludeableManager : Attribute { } }