Scope up return type to IStatisticRow

This commit is contained in:
Bartłomiej Dach
2020-08-26 19:24:12 +02:00
parent 927a2a3d2d
commit bbb3d7522e
4 changed files with 4 additions and 4 deletions

View File

@ -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
{