mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-02-10 18:24:50 +00:00
Adds back the correct PluginLoader version that supports loading with the new plugin methodology
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user