mirror of
https://github.com/ppy/osu.git
synced 2025-01-12 17:43:05 +08:00
Expose HitEvents
publically from ScoreProcessor
This commit is contained in:
parent
9bad912dd0
commit
40cffd1682
@ -53,6 +53,12 @@ namespace osu.Game.Rulesets.Scoring
|
||||
/// </summary>
|
||||
public readonly Bindable<ScoringMode> Mode = new Bindable<ScoringMode>();
|
||||
|
||||
/// <summary>
|
||||
/// The <see cref="HitEvent"/>s collected during gameplay thus far.
|
||||
/// Intended for use with various statistics displays.
|
||||
/// </summary>
|
||||
public IReadOnlyList<HitEvent> HitEvents => hitEvents;
|
||||
|
||||
/// <summary>
|
||||
/// The default portion of <see cref="max_score"/> awarded for hitting <see cref="HitObject"/>s accurately. Defaults to 30%.
|
||||
/// </summary>
|
||||
|
Loading…
Reference in New Issue
Block a user