Metric -> Metrics.

This commit is contained in:
Dean Herbert
2017-04-12 21:09:39 +09:00
parent 00cd2c8372
commit 2c3fa30386
5 changed files with 14 additions and 11 deletions

View File

@ -42,7 +42,7 @@ namespace osu.Game.Database
public BeatmapDifficulty Difficulty { get; set; }
[Ignore]
public BeatmapMetric Metric { get; set; }
public BeatmapMetrics Metrics { get; set; }
public string Path { get; set; }