1
0
mirror of https://github.com/ppy/osu.git synced 2026-05-18 01:30:05 +08:00

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
Unverified
parent 260034a80e
commit c8c375636f
@@ -32,7 +32,7 @@ namespace osu.Game.Graphics.UserInterface
public bool HoldFocus
{
get { return allowImmediateFocus && focus; }
get => allowImmediateFocus && focus;
set
{
focus = value;