mirror of
https://github.com/ppy/osu.git
synced 2024-12-15 09:02:55 +08:00
Make Mods readonly
This commit is contained in:
parent
031c5a441e
commit
2e3450b3f5
@ -30,7 +30,7 @@ namespace osu.Game.Screens.Play
|
||||
/// <summary>
|
||||
/// The mods applied to the gameplay.
|
||||
/// </summary>
|
||||
public IReadOnlyList<Mod> Mods;
|
||||
public readonly IReadOnlyList<Mod> Mods;
|
||||
|
||||
/// <summary>
|
||||
/// A bindable tracking the last judgement result applied to any hit object.
|
||||
|
Loading…
Reference in New Issue
Block a user