Skip to content

Commit

Permalink
Merge pull request #277 from Beamographic/dependabot/nuget/ppy.osu.Ga…
Browse files Browse the repository at this point in the history
…me-2022.1117.0

Bump ppy.osu.Game from 2022.1022.0 to 2022.1117.0
  • Loading branch information
LumpBloom7 authored Nov 17, 2022
2 parents 1051390 + 88b3823 commit ad6be67
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion osu.Game.Rulesets.Rush/RushSkinComponent.cs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

namespace osu.Game.Rulesets.Rush
{
public class RushSkinComponent : GameplaySkinComponent<RushSkinComponents>
public class RushSkinComponent : GameplaySkinComponentLookup<RushSkinComponents>
{
public RushSkinComponent(RushSkinComponents component)
: base(component)
Expand Down
2 changes: 1 addition & 1 deletion osu.Game.Rulesets.Rush/osu.Game.Rulesets.Rush.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,6 @@
</EmbeddedResource>
</ItemGroup>
<ItemGroup>
<PackageReference Include="ppy.osu.Game" Version="2022.1022.0" />
<PackageReference Include="ppy.osu.Game" Version="2022.1117.0" />
</ItemGroup>
</Project>

0 comments on commit ad6be67

Please sign in to comment.