using System.Collections.Generic; using Fort23.GameData; namespace Fort23.UTool { [System.Serializable] public class MultiSheetInfo { public string key; public List childrenName=new List(); public List childrenAssetHandle=new List(); } }