Skip to content

Commit 33d1b83

Browse files
remove usings
1 parent 504e6d5 commit 33d1b83

File tree

3 files changed

+0
-6
lines changed

3 files changed

+0
-6
lines changed

Helpers/Log.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
using System;
22
using LabApi.Features.Console;
3-
using SER.Helpers.Exceptions;
43
using SER.ScriptSystem;
54

65
namespace SER.Helpers;

Plugin/Commands/ExamplesCommand.cs

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,5 @@
11
using System;
22
using CommandSystem;
3-
using LabApi.Features.Permissions;
4-
using LabApi.Features.Wrappers;
5-
using SER.Plugin.Commands.Interfaces;
6-
using SER.ScriptSystem;
73

84
namespace SER.Plugin.Commands;
95

Plugin/FileSystem.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
using LabApi.Loader.Features.Paths;
66
using SER.Examples;
77
using SER.FlagSystem;
8-
using SER.Helpers;
98
using SER.Helpers.Extensions;
109
using SER.ScriptSystem;
1110
using SER.ScriptSystem.Structures;

0 commit comments

Comments
 (0)