using System; using System.Collections.Generic; namespace Wizard; public class SealedClassSelectLoadRequest { public List LoadAssetList { get; private set; } = new List(); public Action LoadEndCallback { get; set; } }