1
0
mirror of https://github.com/ppy/osu.git synced 2024-11-06 12:17:46 +08:00

Make field readonly

This commit is contained in:
smoogipoo 2020-10-14 20:40:17 +09:00
parent 3e6ed6c9ff
commit 1a2dc83740

View File

@ -28,7 +28,7 @@ namespace osu.Game.Rulesets.Mania.Beatmaps
public bool Dual; public bool Dual;
public readonly bool IsForCurrentRuleset; public readonly bool IsForCurrentRuleset;
private int originalTargetColumns; private readonly int originalTargetColumns;
// Internal for testing purposes // Internal for testing purposes
internal FastRandom Random { get; private set; } internal FastRandom Random { get; private set; }