Skip to content

Commit 85b8e30

Browse files
committed
Remove unused using directives in Event.cs
1 parent f678399 commit 85b8e30

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

EXILED/Exiled.Events/Features/Event.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,10 @@ namespace Exiled.Events.Features
99
{
1010
using System;
1111
using System.Collections.Generic;
12-
using System.Linq;
1312

1413
using Exiled.API.Features;
1514
using Exiled.Events.EventArgs.Interfaces;
1615
using MEC;
17-
using PluginAPI.Roles;
1816

1917
/// <summary>
2018
/// The custom <see cref="EventHandler"/> delegate, with empty parameters.

0 commit comments

Comments
 (0)