using Kryz.CharacterStats.Examples; using System.Collections; using System.Collections.Generic; using UnityEngine; [System.Serializable] public class VendorData { public List items = new List(); }