Skip to content

Commit

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

Bump ppy.osu.Game from 2021.1225.0 to 2022.108.0
  • Loading branch information
LumpBloom7 authored Jan 8, 2022
2 parents dfd7dc3 + a6a0de6 commit a75058d
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.Sentakki/Mods/SentakkiModAutoTouch.cs
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ public class SentakkiModAutoTouch : Mod, IApplicableToDrawableHitObject
{
public override string Name => "Auto Touch";
public override string Acronym => "AT";
public override IconUsage? Icon => OsuIcon.PlaystyleTouch;
public override IconUsage? Icon => OsuIcon.PlayStyleTouch;
public override ModType Type => ModType.Automation;
public override string Description => @"Focus on the laned notes. Touch screen notes will be completed automatically.";
public override double ScoreMultiplier => .5f;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<AssemblyName>osu.Game.Rulesets.Sentakki</AssemblyName>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="ppy.osu.Game" Version="2021.1225.0"/>
<PackageReference Include="ppy.osu.Game" Version="2022.108.0"/>
</ItemGroup>

<!--Since we aren't changing the assembly name, we use the assembly title to indicate whether it is a dev build-->
Expand Down

0 comments on commit a75058d

Please sign in to comment.