using UnityEngine;
namespace GameplayIngredients
{
public abstract class GameplayIngredientsBehaviour : MonoBehaviour
}