using System.Collections; using System.Collections.Generic; using UnityEngine; namespace GameplayIngredients.Pickup { public class SamplePickupEffect : PickupEffectBase { public int Toto; } }