using System.Collections; using System.Collections.Generic; using UnityEngine; public class PokemonSet : MonoBehaviour { public List pokemonSet = new List(); }