From 1cdd2644df9f1da2c685c22fb09650071d59189c Mon Sep 17 00:00:00 2001 From: Tudor Andrei Date: Fri, 24 Feb 2023 11:37:21 +0200 Subject: [PATCH] --- PluginManager/Loaders/{LoaderV2.cs => Loader.cs} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename PluginManager/Loaders/{LoaderV2.cs => Loader.cs} (99%) diff --git a/PluginManager/Loaders/LoaderV2.cs b/PluginManager/Loaders/Loader.cs similarity index 99% rename from PluginManager/Loaders/LoaderV2.cs rename to PluginManager/Loaders/Loader.cs index c16b26e..a688a92 100644 --- a/PluginManager/Loaders/LoaderV2.cs +++ b/PluginManager/Loaders/Loader.cs @@ -1,4 +1,4 @@ -using System; +using System; using System.Collections.Generic; using System.IO; using System.Linq;