mirror of
https://github.com/osukey/osukey.git
synced 2025-06-03 11:57:36 +09:00
Set object list to read-only
This commit is contained in:
parent
40f560d7d0
commit
d054e404da
@ -11,7 +11,7 @@ namespace osu.Game.Rulesets.Difficulty.Preprocessing
|
||||
/// </summary>
|
||||
public class DifficultyHitObject
|
||||
{
|
||||
private readonly List<DifficultyHitObject> difficultyHitObjects;
|
||||
private readonly IReadOnlyList<DifficultyHitObject> difficultyHitObjects;
|
||||
|
||||
/// <summary>
|
||||
/// The position of this <see cref="DifficultyHitObject"/> in the <see cref="difficultyHitObjects"/> list.
|
||||
|
Loading…
x
Reference in New Issue
Block a user