mirror of
https://github.com/osukey/osukey.git
synced 2025-07-02 16:59:53 +09:00
Move hit events to the ScoreProcessor
This commit is contained in:
@ -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; }
|
||||
|
Reference in New Issue
Block a user