using UnityEngine;
namespace GameplayIngredients
{
public class NoLabelAttribute : PropertyAttribute { }
}