using TFramework; namespace TModule.Runtime { public interface IHotfixStartup { public void Run(); } }