Cleanup round

This commit is contained in:
JustArchi
2021-05-06 20:44:17 +02:00
parent ef52e076d3
commit aed11c59ee
21 changed files with 75 additions and 88 deletions

View File

@@ -19,6 +19,9 @@
// See the License for the specific language governing permissions and
// limitations under the License.
#if NETFRAMEWORK
using ArchiSteamFarm.RuntimeCompatibility;
#endif
using System;
using System.Collections.Generic;
using System.Composition;
@@ -30,10 +33,6 @@ using Newtonsoft.Json;
using Newtonsoft.Json.Linq;
using SteamKit2;
#if NETFRAMEWORK
using ArchiSteamFarm.RuntimeCompatibility;
#endif
namespace ArchiSteamFarm.CustomPlugins.ExamplePlugin {
// In order for your plugin to work, it must export generic ASF's IPlugin interface
[Export(typeof(IPlugin))]