Updated plugin installation and plugin loading
This commit is contained in:
@@ -1,16 +0,0 @@
|
||||
namespace DiscordBotCore.PluginManagement.Models;
|
||||
|
||||
public class InstallationProgressIndicator
|
||||
{
|
||||
private readonly Dictionary<string, float> _DownloadProgress;
|
||||
|
||||
public InstallationProgressIndicator()
|
||||
{
|
||||
_DownloadProgress = new Dictionary<string, float>();
|
||||
}
|
||||
|
||||
public void SetProgress(string fileName, float progress)
|
||||
{
|
||||
_DownloadProgress[fileName] = progress;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user