mirror of
https://github.com/osukey/osukey.git
synced 2025-08-02 22:26:41 +09:00
Merge branch 'master' into more-inspections
This commit is contained in:
@ -100,7 +100,7 @@ namespace osu.Game.Rulesets.Mania.UI
|
||||
|
||||
public bool IsSpecial
|
||||
{
|
||||
get { return isSpecial; }
|
||||
get => isSpecial;
|
||||
set
|
||||
{
|
||||
if (isSpecial == value)
|
||||
@ -116,7 +116,7 @@ namespace osu.Game.Rulesets.Mania.UI
|
||||
|
||||
public Color4 AccentColour
|
||||
{
|
||||
get { return accentColour; }
|
||||
get => accentColour;
|
||||
set
|
||||
{
|
||||
if (accentColour == value)
|
||||
|
Reference in New Issue
Block a user