mirror of
https://github.com/osukey/osukey.git
synced 2025-07-01 00:09:55 +09:00
Enforce readonly private members where possible.
This commit is contained in:
@ -18,7 +18,7 @@ namespace osu.Game.Graphics.UserInterface
|
||||
|
||||
public class PasswordMaskChar : Container
|
||||
{
|
||||
private CircularContainer circle;
|
||||
private readonly CircularContainer circle;
|
||||
|
||||
public PasswordMaskChar(float size)
|
||||
{
|
||||
|
Reference in New Issue
Block a user