mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-02-04 07:14:58 +00:00
Moves all plugin logic to new PluginLoader static class
This commit is contained in:
@@ -62,15 +62,6 @@ namespace PepperDash.Essentials.Core
|
||||
FilePathPrefix = prefix;
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Sets the file path prefix
|
||||
/// </summary>
|
||||
/// <param name="prefix"></param>
|
||||
public static void SetApplicationDirectoryPathPrefix(string prefix)
|
||||
{
|
||||
ApplicationDirectoryPathPrefix = prefix;
|
||||
}
|
||||
|
||||
static string _AssemblyVersion;
|
||||
|
||||
/// <summary>
|
||||
|
||||
Reference in New Issue
Block a user