add plugins lifetime as singleton

This commit is contained in:
zznty
2025-06-03 04:23:30 +07:00
parent a2b13c15c5
commit 51a817cc19
3 changed files with 12 additions and 6 deletions

View File

@@ -0,0 +1,8 @@
using CringePlugins.Splash;
namespace CringePlugins.Loader;
internal interface IPluginsLifetime : ILoadingStage
{
void RegisterLifetime();
}