1
0
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:
smoogipoo 2021-10-04 20:20:24 +09:00
parent 031c5a441e
commit 2e3450b3f5

View File

@ -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.