Populate hit offsets from score processor

This commit is contained in:
smoogipoo
2020-06-15 22:44:55 +09:00
parent f9db37a1de
commit 900da88498
5 changed files with 135 additions and 2 deletions

View File

@ -166,6 +166,8 @@ namespace osu.Game.Scoring
}
}
public Dictionary<string, object> ExtraStatistics = new Dictionary<string, object>();
[JsonIgnore]
public List<ScoreFileInfo> Files { get; set; }