File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 33
44using osu . Framework . Allocation ;
55using osu . Framework . Graphics ;
6+ using osu . Framework . Localisation ;
67using osu . Game . Overlays . Settings ;
78using osu . Game . Rulesets . Rush . Configuration ;
89
@@ -14,7 +15,7 @@ public class RushSettingsSubsection : RulesetSettingsSubsection
1415
1516 protected new RushRulesetConfigManager Config => ( RushRulesetConfigManager ) base . Config ;
1617
17- protected override string Header => ruleset . Description ;
18+ protected override LocalisableString Header => ruleset . Description ;
1819
1920 public RushSettingsSubsection ( Ruleset ruleset )
2021 : base ( ruleset )
Original file line number Diff line number Diff line change 3333 </EmbeddedResource >
3434 </ItemGroup >
3535 <ItemGroup >
36- <PackageReference Include =" ppy.osu.Game" Version =" 2021.707 .0" />
36+ <PackageReference Include =" ppy.osu.Game" Version =" 2021.720 .0" />
3737 </ItemGroup >
3838</Project >
You can’t perform that action at this time.
0 commit comments