File tree Expand file tree Collapse file tree
Code/MethodSystem/Methods/ItemMethods Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- using Exiled . API . Enums ;
2- using Exiled . API . Features . Items ;
31using InventorySystem . Items . Radio ;
42using JetBrains . Annotations ;
53using SER . Code . ArgumentSystem . Arguments ;
64using SER . Code . ArgumentSystem . BaseArguments ;
7- using SER . Code . Helpers ;
85using SER . Code . MethodSystem . BaseMethods . Synchronous ;
9- using SER . Code . MethodSystem . Structures ;
106using RadioItem = LabApi . Features . Wrappers . RadioItem ;
117
128namespace 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 ; } =
You can’t perform that action at this time.
0 commit comments