Merge branch 'master' into respect-showoverlay-bindable

This commit is contained in:
Dean Herbert
2018-05-21 23:26:34 +09:00
committed by GitHub
8 changed files with 233 additions and 195 deletions

View File

@ -0,0 +1,11 @@
// Copyright (c) 2007-2018 ppy Pty Ltd <contact@ppy.sh>.
// Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu/master/LICENCE
namespace osu.Game.Graphics.UserInterface
{
public enum SelectionState
{
NotSelected,
Selected
}
}