mirror of
https://github.com/ppy/osu.git
synced 2024-12-16 12:42:56 +08:00
added DailyChallengeIntro to notification
This commit is contained in:
parent
958bfde51d
commit
170737b68f
@ -12,7 +12,6 @@ using osu.Game.Overlays.Notifications;
|
|||||||
using osu.Game.Screens.Menu;
|
using osu.Game.Screens.Menu;
|
||||||
using osu.Game.Localisation;
|
using osu.Game.Localisation;
|
||||||
|
|
||||||
|
|
||||||
namespace osu.Game.Screens.OnlinePlay.DailyChallenge
|
namespace osu.Game.Screens.OnlinePlay.DailyChallenge
|
||||||
{
|
{
|
||||||
public partial class NewDailyChallengeNotification : SimpleNotification
|
public partial class NewDailyChallengeNotification : SimpleNotification
|
||||||
@ -38,6 +37,7 @@ namespace osu.Game.Screens.OnlinePlay.DailyChallenge
|
|||||||
game?.PerformFromScreen(s => s.Push(new DailyChallenge(room)), [typeof(MainMenu)]);
|
game?.PerformFromScreen(s => s.Push(new DailyChallenge(room)), [typeof(MainMenu)]);
|
||||||
else
|
else
|
||||||
game?.PerformFromScreen(s => s.Push(new DailyChallengeIntro(room)), [typeof(MainMenu)]);
|
game?.PerformFromScreen(s => s.Push(new DailyChallengeIntro(room)), [typeof(MainMenu)]);
|
||||||
|
|
||||||
return true;
|
return true;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user