Make IBeatmap.HitObjects an IReadOnlyList

This commit is contained in:
smoogipoo
2018-10-11 19:53:07 +09:00
parent 7b2a30f5b4
commit ec9f23ab73
6 changed files with 6 additions and 6 deletions

View File

@ -39,7 +39,7 @@ namespace osu.Game.Beatmaps
/// <summary>
/// The hitobjects contained by this beatmap.
/// </summary>
IEnumerable<HitObject> HitObjects { get; }
IReadOnlyList<HitObject> HitObjects { get; }
/// <summary>
/// Returns statistics for the <see cref="HitObjects"/> contained in this beatmap.