We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9a966ce commit bf0b932Copy full SHA for bf0b932
Code/MethodSystem/Methods/IntercomMethods/IntercomInfoMethod.cs
@@ -3,6 +3,7 @@
3
using PlayerRoles.Voice;
4
using SER.Code.ArgumentSystem.Arguments;
5
using SER.Code.ArgumentSystem.BaseArguments;
6
+using SER.Code.ArgumentSystem.Structures;
7
using SER.Code.Helpers.Exceptions;
8
using SER.Code.MethodSystem.BaseMethods;
9
using SER.Code.ValueSystem;
@@ -17,7 +18,7 @@ public class IntercomInfoMethod : ReturningMethod
17
18
public override Argument[] ExpectedArguments { get; } =
19
[
20
new OptionsArgument("mode",
- "state",
21
+ Option.Enum<IntercomState>("state"),
22
"speaker",
23
"cooldown",
24
"speechTimeLeft",
0 commit comments