mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-04-12 20:17:03 +00:00
Moves all plugin logic to new PluginLoader static class
This commit is contained in:
parent
e6fb9cd1eb
commit
733dbf9bd7
5 changed files with 295 additions and 422 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue