Drop UserActivity prefix for subclasses nested in UserActivity + Change status messages.

This commit is contained in:
Lucas A
2019-06-11 19:41:48 +02:00
parent 6c74998487
commit 15893bbb75
5 changed files with 20 additions and 20 deletions

View File

@ -35,7 +35,7 @@ namespace osu.Game.Screens.Play
{
protected override bool AllowBackButton => false; // handled by HoldForMenuButton
protected override UserActivity InitialScreenActivity => new UserActivity.UserActivitySoloGame(Beatmap.Value.BeatmapInfo, Ruleset.Value);
protected override UserActivity InitialScreenActivity => new UserActivity.SoloGame(Beatmap.Value.BeatmapInfo, Ruleset.Value);
public override float BackgroundParallaxAmount => 0.1f;