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