using System.Collections.Generic; using TFramework; using UnityEngine; namespace TModule.Runtime { [CreateAssetMenu(fileName = "热更配置表", menuName = "TModule/热更配置表")] public class HotfixConfig : UnityEngine.ScriptableObject { public List m_hotfixUpdateAotDlls; } }