Skip to content

Commit a2fdd96

Browse files
remove usings
1 parent 1b218c9 commit a2fdd96

File tree

3 files changed

+1
-4
lines changed

3 files changed

+1
-4
lines changed

Code/ContextSystem/Contexts/VariableDefinition/PlayerVariableDefinitionContext.cs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
using Exiled.API.Features;
2-
using SER.Code.ContextSystem.Structures;
1+
using SER.Code.ContextSystem.Structures;
32
using SER.Code.TokenSystem.Tokens;
43
using SER.Code.TokenSystem.Tokens.VariableTokens;
54
using SER.Code.ValueSystem;

Code/MethodSystem/MethodIndex.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
using System.Reflection;
22
using LabApi.Features.Console;
3-
using SER.Code.Helpers;
43
using SER.Code.Helpers.FrameworkExtensions;
54
using SER.Code.Helpers.ResultSystem;
65
using SER.Code.MethodSystem.BaseMethods;

Code/Plugin/MainPlugin.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
using LabApi.Features.Wrappers;
66
using MEC;
77
using SER.Code.FlagSystem.Flags;
8-
using SER.Code.Helpers;
98
using SER.Code.Helpers.Extensions;
109
using SER.Code.Helpers.FrameworkExtensions;
1110
using SER.Code.MethodSystem;

0 commit comments

Comments
 (0)