Skip to content

Commit

Permalink
Merge pull request #66 from LumpBloom7/dependabot/nuget/ppy.osu.Game-…
Browse files Browse the repository at this point in the history
…2021.608.0

Bump ppy.osu.Game from 2021.602.0 to 2021.608.0
  • Loading branch information
LumpBloom7 authored Jun 8, 2021
2 parents d5ffae7 + 24b2f1e commit 54a4bbb
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,6 @@ protected override DifficultyAttributes CreateDifficultyAttributes(IBeatmap beat

protected override IEnumerable<DifficultyHitObject> CreateDifficultyHitObjects(IBeatmap beatmap, double clockRate) => Array.Empty<DifficultyHitObject>();

protected override Skill[] CreateSkills(IBeatmap beatmap, Mod[] mods) => Array.Empty<Skill>();
protected override Skill[] CreateSkills(IBeatmap beatmap, Mod[] mods, double clockRate) => Array.Empty<Skill>();
}
}
2 changes: 1 addition & 1 deletion osu.Game.Rulesets.Hishigata/Mods/HishigataModAutoplay.cs
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

namespace osu.Game.Rulesets.Hishigata.Mods
{
public class HishigataModAutoplay : ModAutoplay<HishigataHitObject>
public class HishigataModAutoplay : ModAutoplay
{
public override Score CreateReplayScore(IBeatmap beatmap, IReadOnlyList<Mod> mods) => new Score
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@
<AssemblyName>osu.Game.Rulesets.Hishigata</AssemblyName>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="ppy.osu.Game" Version="2021.602.0"/>
<PackageReference Include="ppy.osu.Game" Version="2021.608.0"/>
</ItemGroup>
</Project>

0 comments on commit 54a4bbb

Please sign in to comment.