1
0
mirror of https://github.com/ppy/osu.git synced 2024-12-15 01:52:55 +08:00

Record on single line

This commit is contained in:
Dean Herbert 2024-06-17 19:16:23 +08:00
parent 3884bce239
commit d3d325c46c
No known key found for this signature in database

View File

@ -70,9 +70,7 @@ namespace osu.Game.Screens.OnlinePlay.DailyChallenge
}
}
public record NewScoreEvent(
IScoreInfo Score,
int? NewRank);
public record NewScoreEvent(IScoreInfo Score, int? NewRank);
private partial class DailyChallengeEventFeedFlow : FillFlowContainer
{