File tree Expand file tree Collapse file tree 4 files changed +7
-4
lines changed
Code/MethodSystem/Methods/CASSIEMethods Expand file tree Collapse file tree 4 files changed +7
-4
lines changed Original file line number Diff line number Diff line change 11using JetBrains . Annotations ;
2+ using LabApi . Features . Wrappers ;
23using SER . Code . ArgumentSystem . Arguments ;
34using SER . Code . ArgumentSystem . BaseArguments ;
45using SER . Code . MethodSystem . BaseMethods ;
@@ -68,7 +69,7 @@ public override void Execute()
6869 }
6970
7071 // todo: check how to make the cassie silent again
71- LabApi . Features . Wrappers . Cassie . Message (
72+ Announcer . Message (
7273 message ,
7374 subtitles ,
7475 glitchScale : isNoisy ? 1f : 0f
Original file line number Diff line number Diff line change 11using JetBrains . Annotations ;
2+ using LabApi . Features . Wrappers ;
23using SER . Code . ArgumentSystem . BaseArguments ;
34using SER . Code . MethodSystem . BaseMethods ;
45
@@ -13,6 +14,6 @@ public class ClearCassieMethod : SynchronousMethod
1314
1415 public override void Execute ( )
1516 {
16- LabApi . Features . Wrappers . Cassie . Clear ( ) ;
17+ Announcer . Clear ( ) ;
1718 }
1819}
Original file line number Diff line number Diff line change 11using JetBrains . Annotations ;
2+ using LabApi . Features . Wrappers ;
23using SER . Code . ArgumentSystem . BaseArguments ;
34using SER . Code . MethodSystem . BaseMethods ;
45using SER . Code . ValueSystem ;
@@ -14,6 +15,6 @@ public class IsCassieSpeakingMethod : ReturningMethod<BoolValue>
1415
1516 public override void Execute ( )
1617 {
17- ReturnValue = LabApi . Features . Wrappers . Cassie . IsSpeaking ;
18+ ReturnValue = Announcer . IsSpeaking ;
1819 }
1920}
Original file line number Diff line number Diff line change 8888 <PackageReference Include =" ExMod.Exiled" Version =" 9.12.4" />
8989 <PackageReference Include =" NCalc" Version =" 1.3.8" />
9090 <PackageReference Include =" Newtonsoft.Json" Version =" 13.0.4" />
91- <PackageReference Include =" Northwood.LabAPI" Version =" 1.1.4 " />
91+ <PackageReference Include =" Northwood.LabAPI" Version =" 1.1.5 " />
9292 </ItemGroup >
9393 <ItemGroup >
9494 <Folder Include =" Code\" />
You can’t perform that action at this time.
0 commit comments