Move hit events to the ScoreProcessor

This commit is contained in:
smoogipoo
2020-06-19 19:58:35 +09:00
parent ef56225d9a
commit eab00ec9d9
12 changed files with 106 additions and 124 deletions

View File

@ -168,7 +168,7 @@ namespace osu.Game.Scoring
[NotMapped]
[JsonIgnore]
public List<object> HitEvents = new List<object>();
public List<HitEvent> HitEvents { get; set; }
[JsonIgnore]
public List<ScoreFileInfo> Files { get; set; }