using System.Collections; using System.Collections.Generic; using UnityEngine; public class YangShiManager : MonoBehaviour { public List<YangShiItem> yangshiList; public YangShiTextItem yangshiText; }