using System.Collections.Generic; using UnityEngine; namespace UnityTest.ZXL { public class DialogueAsset : ScriptableObject { public List datas; } }