Fixed plugin reloading

This commit is contained in:
2025-06-17 17:20:03 +03:00
parent e9b61cc4be
commit f68b6cb877
6 changed files with 68 additions and 56 deletions

View File

@@ -23,5 +23,5 @@ public interface IPluginLoader
/// <summary>
/// Unload all plugins from the plugin manager.
/// </summary>
public void UnloadAllPlugins();
public Task UnloadAllPlugins();
}