mirror of
https://github.com/osukey/osukey.git
synced 2025-07-01 00:09:55 +09:00
Privatise protected property setters
This commit is contained in:
@ -11,8 +11,8 @@ namespace osu.Game.Graphics.UserInterface
|
||||
{
|
||||
public class GrayButton : OsuAnimatedButton
|
||||
{
|
||||
protected SpriteIcon Icon;
|
||||
protected Box Background;
|
||||
protected SpriteIcon Icon { get; private set; }
|
||||
protected Box Background { get; private set; }
|
||||
|
||||
private readonly IconUsage icon;
|
||||
|
||||
|
Reference in New Issue
Block a user