Skip to content

Commit

Permalink
remove unused usings
Browse files Browse the repository at this point in the history
  • Loading branch information
Misfiy committed Aug 2, 2024
1 parent dff21c7 commit c2cee9b
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions EXILED/Exiled.API/Features/Map.cs
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,6 @@ namespace Exiled.API.Features
using LightContainmentZoneDecontamination;
using MapGeneration;
using MapGeneration.Distributors;
using Mirror;
using PlayerRoles;
using PlayerRoles.PlayableScps.Scp173;
using PlayerRoles.PlayableScps.Scp939;
using PlayerRoles.Ragdolls;
using RelativePositioning;
Expand All @@ -39,8 +36,6 @@ namespace Exiled.API.Features
using Utils.Networking;

using Object = UnityEngine.Object;
using Scp173GameRole = PlayerRoles.PlayableScps.Scp173.Scp173Role;
using Scp939GameRole = PlayerRoles.PlayableScps.Scp939.Scp939Role;

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

0 comments on commit c2cee9b

Please sign in to comment.