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 5e50a6e commit 7c68ea7Copy full SHA for 7c68ea7
1 file changed
EXILED/Exiled.API/Features/Roles/FpcRole.cs
@@ -8,12 +8,11 @@
8
namespace Exiled.API.Features.Roles
9
{
10
using System.Collections.Generic;
11
- using System.Reflection;
12
13
using Exiled.API.Features.Pools;
14
- using HarmonyLib;
15
using PlayerRoles;
16
using PlayerRoles.FirstPersonControl;
+ using PlayerRoles.FirstPersonControl.Thirdperson;
17
using PlayerRoles.Ragdolls;
18
using PlayerRoles.Spectating;
19
using PlayerRoles.Visibility;
0 commit comments