Use lambda

Co-Authored-By: peppy <pe@ppy.sh>
This commit is contained in:
Aergwyn
2019-01-25 19:34:25 +09:00
committed by GitHub
parent 260034a80e
commit c8c375636f

View File

@ -32,7 +32,7 @@ namespace osu.Game.Graphics.UserInterface
public bool HoldFocus
{
get { return allowImmediateFocus && focus; }
get => allowImmediateFocus && focus;
set
{
focus = value;