华佗热更新模块

HotfixConfig.cs 304B

1234567891011
  1. using System.Collections.Generic;
  2. using TFramework;
  3. using UnityEngine;
  4. namespace TModule.Runtime
  5. {
  6. [CreateAssetMenu(fileName = "ÈȸüÅäÖñí", menuName = "TModule/ÈȸüÅäÖñí")]
  7. public class HotfixConfig : UnityEngine.ScriptableObject
  8. {
  9. public List<string> m_hotfixUpdateAotDlls;
  10. }
  11. }