华佗热更新模块
using TFramework; namespace TModule.Runtime { public interface IHotfixStartup { public void Run(); } }