using UnityEngine; using System.Collections.Generic; public class Inventory : MonoBehaviour { public List items = new List(16); }