mirror of
https://github.com/ppy/osu.git
synced 2024-12-14 12:33:01 +08:00
Privatise protected property setters
This commit is contained in:
parent
bc8a4f4111
commit
41593ff09e
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user