Fixed Internal Actions to refresh after external actions are loaded

This commit is contained in:
2023-08-15 16:17:32 +03:00
parent ee527bb36f
commit 6315d13d18
6 changed files with 59 additions and 16 deletions

View File

@@ -15,7 +15,7 @@ public class ActionsLoader
private readonly string actionExtension = "dll";
private readonly string actionFolder = @"./Data/Actions/";
private readonly string actionFolder = @"./Data/Plugins/";
public ActionsLoader(string path, string extension)
{