1
0
mirror of https://github.com/ppy/osu.git synced 2024-12-15 06:52:56 +08:00

Make IssueTemplate.Check readonly

This commit is contained in:
Naxess 2021-04-12 16:23:05 +02:00
parent caaaba5950
commit 6d50d01186

View File

@ -17,7 +17,7 @@ namespace osu.Game.Rulesets.Edit.Checks.Components
/// <summary>
/// The check that this template originates from.
/// </summary>
public ICheck Check;
public readonly ICheck Check;
/// <summary>
/// The type of the issue.