mirror of
https://github.com/osukey/osukey.git
synced 2025-07-03 01:09:57 +09:00
Metric -> Metrics.
This commit is contained in:
@ -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; }
|
||||
|
||||
|
Reference in New Issue
Block a user