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 dff21c7 commit c2cee9bCopy full SHA for c2cee9b
EXILED/Exiled.API/Features/Map.cs
@@ -28,9 +28,6 @@ namespace Exiled.API.Features
28
using LightContainmentZoneDecontamination;
29
using MapGeneration;
30
using MapGeneration.Distributors;
31
- using Mirror;
32
- using PlayerRoles;
33
- using PlayerRoles.PlayableScps.Scp173;
34
using PlayerRoles.PlayableScps.Scp939;
35
using PlayerRoles.Ragdolls;
36
using RelativePositioning;
@@ -39,8 +36,6 @@ namespace Exiled.API.Features
39
using Utils.Networking;
40
37
41
38
using Object = UnityEngine.Object;
42
- using Scp173GameRole = PlayerRoles.PlayableScps.Scp173.Scp173Role;
43
- using Scp939GameRole = PlayerRoles.PlayableScps.Scp939.Scp939Role;
44
45
/// <summary>
46
/// A set of tools to easily handle the in-game map.
0 commit comments