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