mirror of
https://github.com/osukey/osukey.git
synced 2025-08-03 14:46:38 +09:00
Scope up return type to IStatisticRow
This commit is contained in:
@ -161,7 +161,7 @@ namespace osu.Game.Rulesets.Taiko
|
||||
|
||||
public override IConvertibleReplayFrame CreateConvertibleReplayFrame() => new TaikoReplayFrame();
|
||||
|
||||
public override StatisticRow[] CreateStatisticsForScore(ScoreInfo score, IBeatmap playableBeatmap) => new[]
|
||||
public override IStatisticRow[] CreateStatisticsForScore(ScoreInfo score, IBeatmap playableBeatmap) => new IStatisticRow[]
|
||||
{
|
||||
new StatisticRow
|
||||
{
|
||||
|
Reference in New Issue
Block a user