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:
parent
3884bce239
commit
d3d325c46c
@ -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
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user