mirror of
https://github.com/osukey/osukey.git
synced 2025-08-02 22:26:41 +09:00
Enforce readonly private members where possible.
This commit is contained in:
@ -60,7 +60,7 @@ namespace osu.Game
|
||||
|
||||
public Bindable<PlayMode> PlayMode;
|
||||
|
||||
private string[] args;
|
||||
private readonly string[] args;
|
||||
|
||||
private OptionsOverlay options;
|
||||
|
||||
|
Reference in New Issue
Block a user