We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 504e6d5 commit 33d1b83Copy full SHA for 33d1b83
Helpers/Log.cs
@@ -1,6 +1,5 @@
1
using System;
2
using LabApi.Features.Console;
3
-using SER.Helpers.Exceptions;
4
using SER.ScriptSystem;
5
6
namespace SER.Helpers;
Plugin/Commands/ExamplesCommand.cs
@@ -1,9 +1,5 @@
using CommandSystem;
-using LabApi.Features.Permissions;
-using LabApi.Features.Wrappers;
-using SER.Plugin.Commands.Interfaces;
-using SER.ScriptSystem;
7
8
namespace SER.Plugin.Commands;
9
Plugin/FileSystem.cs
@@ -5,7 +5,6 @@
using LabApi.Loader.Features.Paths;
using SER.Examples;
using SER.FlagSystem;
-using SER.Helpers;
using SER.Helpers.Extensions;
10
11
using SER.ScriptSystem.Structures;
0 commit comments