Skip to content

Commit db35e7e

Browse files
SetRadioRange doesnt need exiled
1 parent 6d37755 commit db35e7e

1 file changed

Lines changed: 1 addition & 7 deletions

File tree

Code/MethodSystem/Methods/ItemMethods/SetRadioRangeMethod.cs

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,15 @@
1-
using Exiled.API.Enums;
2-
using Exiled.API.Features.Items;
31
using InventorySystem.Items.Radio;
42
using JetBrains.Annotations;
53
using SER.Code.ArgumentSystem.Arguments;
64
using SER.Code.ArgumentSystem.BaseArguments;
7-
using SER.Code.Helpers;
85
using SER.Code.MethodSystem.BaseMethods.Synchronous;
9-
using SER.Code.MethodSystem.Structures;
106
using RadioItem = LabApi.Features.Wrappers.RadioItem;
117

128
namespace SER.Code.MethodSystem.Methods.ItemMethods;
139

1410
[UsedImplicitly]
15-
public class SetRadioRangeMethod : SynchronousMethod, IDependOnFramework
11+
public class SetRadioRangeMethod : SynchronousMethod
1612
{
17-
public FrameworkBridge.Type DependsOn => FrameworkBridge.Type.Exiled;
18-
1913
public override string Description => "Sets the radio range of a specified radio item.";
2014

2115
public override Argument[] ExpectedArguments { get; } =

0 commit comments

Comments
 (0)