mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-04-12 20:17:03 +00:00
Adds back the correct PluginLoader version that supports loading with the new plugin methodology
This commit is contained in:
parent
fcc2a5db06
commit
a231bb75a6
3 changed files with 100 additions and 54 deletions
|
|
@ -36,7 +36,7 @@ namespace PepperDash.Essentials.Core
|
|||
|
||||
public List<string> TypeNames { get; protected set; }
|
||||
|
||||
public virtual void LoadTypeFactories()
|
||||
public void LoadTypeFactories()
|
||||
{
|
||||
foreach (var typeName in TypeNames)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue