using MontanaJohns.Core; using UnityEngine; namespace MontanaJohns.Items { public abstract class Item : MonoBehaviour { public Stats stats; } }