File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ private LaunchpadSettings()
3434 ChangedEvent = val =>
3535 {
3636 var plugin = MiraPluginManager . GetPluginByGuid ( LaunchpadReloadedPlugin . Id ) ! ;
37- foreach ( var button in plugin . GetButtons ( ) )
37+ foreach ( var button in plugin . Buttons )
3838 {
3939 button . SetButtonLocation ( val ? MiraAPI . Hud . ButtonLocation . BottomLeft : MiraAPI . Hud . ButtonLocation . BottomRight ) ;
4040 }
Original file line number Diff line number Diff line change 1919 </PropertyGroup >
2020
2121 <ItemGroup >
22- <PackageReference Include =" AllOfUs.MiraAPI" Version =" 0.2.0-rc.6 " />
22+ <PackageReference Include =" AllOfUs.MiraAPI" Version =" 0.2.0-rc.7 " />
2323 <PackageReference Include =" Reactor" Version =" 2.3.1" />
2424 <PackageReference Include =" BepInEx.Unity.IL2CPP" Version =" 6.0.0-be.735" Private =" false" ExcludeAssets =" runtime;native" />
2525 <PackageReference Condition =" $(Platform)=='Android'" Include =" AmongUs.GameLibs.Android" Version =" 2025.3.28" PrivateAssets =" all" />
You can’t perform that action at this time.
0 commit comments