Skip to content

Commit 99ef1d5

Browse files
committed
bump mira version
1 parent 61e3cda commit 99ef1d5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

LaunchpadReloaded/Features/LaunchpadSettings.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
}

LaunchpadReloaded/LaunchpadReloaded.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
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" />

0 commit comments

Comments
 (0)