Skip to content

Commit c2cee9b

Browse files
committed
remove unused usings
1 parent dff21c7 commit c2cee9b

File tree

1 file changed

+0
-5
lines changed
  • EXILED/Exiled.API/Features

1 file changed

+0
-5
lines changed

EXILED/Exiled.API/Features/Map.cs

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,6 @@ namespace Exiled.API.Features
2828
using LightContainmentZoneDecontamination;
2929
using MapGeneration;
3030
using MapGeneration.Distributors;
31-
using Mirror;
32-
using PlayerRoles;
33-
using PlayerRoles.PlayableScps.Scp173;
3431
using PlayerRoles.PlayableScps.Scp939;
3532
using PlayerRoles.Ragdolls;
3633
using RelativePositioning;
@@ -39,8 +36,6 @@ namespace Exiled.API.Features
3936
using Utils.Networking;
4037

4138
using Object = UnityEngine.Object;
42-
using Scp173GameRole = PlayerRoles.PlayableScps.Scp173.Scp173Role;
43-
using Scp939GameRole = PlayerRoles.PlayableScps.Scp939.Scp939Role;
4439

4540
/// <summary>
4641
/// A set of tools to easily handle the in-game map.

0 commit comments

Comments
 (0)