华佗热更新模块

IHotfixStartup.cs 123B

12345678
  1. using TFramework;
  2. namespace TModule.Runtime
  3. {
  4. public interface IHotfixStartup
  5. {
  6. public void Run();
  7. }
  8. }