mirror of
https://github.com/osukey/osukey.git
synced 2025-08-02 14:17:06 +09:00
Enforce readonly private members where possible.
This commit is contained in:
@ -14,7 +14,7 @@ namespace osu.Game.Graphics.Backgrounds
|
||||
{
|
||||
public Sprite Sprite;
|
||||
|
||||
private string textureName;
|
||||
private readonly string textureName;
|
||||
|
||||
public Background(string textureName = @"")
|
||||
{
|
||||
|
Reference in New Issue
Block a user