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