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